]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/kmp-test.c
FB_ATOMIC_TRACE no longer exists.
[libucw.git] / ucw / kmp-test.c
index 4e8e3ca88255a617e19d8f0d609149564b93f3ed..92b91c762742de87d825c0de05bcc070863ca604 100644 (file)
@@ -9,7 +9,7 @@
 #include <string.h>
 
 #if 0
-#define TRACE(x...) do{log(L_DEBUG, x);}while(0)
+#define TRACE(x...) do{msg(L_DEBUG, x);}while(0)
 #else
 #define TRACE(x...) do{}while(0)
 #endif