Skip to content
Snippets Groups Projects
Commit f40c4818 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

dthreads: fix typo

parent 3e67d70d
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,7 @@ static void *thread_ep(void *data)
if (thread->destruct) {
dbg_dt("dthreads: [%p] entering destructor\n", thread);
thread->destruct(thread);
dbg_dt("dthreads: [%p] exited destructor\n", result);
dbg_dt("dthreads: [%p] exited destructor\n", thread);
}
// Report thread state change
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment