We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e78702 commit 8e0cc41Copy full SHA for 8e0cc41
stdlib/public/Concurrency/Actor.cpp
@@ -1537,7 +1537,7 @@ static void swift_job_runImpl(Job *job, ExecutorRef executor) {
1537
trackingInfo.enterAndShadow(executor);
1538
auto traceHandle = concurrency::trace::job_run_begin(job, &executor);
1539
1540
- SWIFT_TASK_DEBUG_LOG("%s(%p)", __func__, job);
+ SWIFT_TASK_DEBUG_LOG("job %p", job);
1541
runJobInEstablishedExecutorContext(job);
1542
1543
concurrency::trace::job_run_end(&executor, traceHandle);
0 commit comments