ossp-pkg/l2/l2_test.c 1.17 -> 1.18
--- l2_test.c 2001/09/10 14:34:11 1.17
+++ l2_test.c 2001/09/12 13:05:39 1.18
@@ -107,7 +107,7 @@
if ((chPrefix = l2_channel_create(&l2_handler_prefix)) == NULL) /* Prefix */
die("failed to create prefix channel");
- if (l2_channel_configure(chPrefix, "timefmt,timezone", "[%d-%m-%Y/%H:%M:%S] ", "local") != L2_OK)
+ if (l2_channel_configure(chPrefix, "prefix,timezone", "[%d-%m-%Y/%H:%M:%S] %L test[%P]: ", "local") != L2_OK)
die("failed to configure prefix channel");
if ((chBuf = l2_channel_create(&l2_handler_buffer)) == NULL) /* Buffer */
|
|