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.
2 parents 610a4a5 + 8e0cc41 commit 9d769b7Copy full SHA for 9d769b7
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