X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fthreads.c;h=1260e8759ae1a3b0ee96303e850c752bba6ec3eb;hb=ca1e06ed14e04fe2bcff4dca15cdea1e65a5ab65;hp=ec839f8c0086a352f36be5de81d7a9b76d50156c;hpb=031256ad2e123eec58521f8e3eb9496c197641d2;p=libucw.git diff --git a/ucw/threads.c b/ucw/threads.c index ec839f8c..1260e875 100644 --- a/ucw/threads.c +++ b/ucw/threads.c @@ -116,7 +116,7 @@ int main(void) { ucwlib_lock(); ucwlib_unlock(); - log(L_INFO, "tid=%d", ucwlib_thread_context()->thread_id); + msg(L_INFO, "tid=%d", ucwlib_thread_context()->thread_id); return 0; }