Added SILC errno API. Added SilcResult, generic error code and
[silc.git] / lib / silcutil / tests / test_silcthread.c
index 19315701ad8697860d1ada1551d8aa1fbd9ea3b6..da078b3e8af34b79a7bfa783b79e08720bb149ec 100644 (file)
@@ -28,7 +28,7 @@ int main(int argc, char **argv)
     silc_log_debug(TRUE);
     silc_log_quick(TRUE);
     silc_log_debug_hexdump(TRUE);
-    silc_log_set_debug_string("*thread*");
+    silc_log_set_debug_string("*thread*,*errno*");
   }
 
   schedule = silc_schedule_init(0, NULL, NULL);