Skip to content

Commit 2231993

Browse files
committed
CLEANUP: debug: added a tag for the end of the function in the debug output
1 parent 04b7094 commit 2231993

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/.build-counter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2493
1+
2494

src/worker.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ __noreturn static void *worker_thread_exit(struct worker *worker)
238238

239239
W_DBG(WORKER, worker, "Worker is stopped");
240240

241+
DBG_FUNC_END("} = %p", NULL);
241242
DBG_FUNC_END("} = %p", NULL);
242243

243244
pthread_exit(NULL);

0 commit comments

Comments
 (0)