Added silc_buffer_strchr.
[crypto.git] / lib / silcutil / silclog.c
index 56f5532c5dc9b534ce5ee36642dfbe3fe8db7bd7..481dfccb2da60307361bade1483ed190f454dd9a 100644 (file)
@@ -183,7 +183,7 @@ void silc_log_output(SilcLogType type, char *string)
   if (!silclog.scheduled) {
     if (silclog.no_init == FALSE) {
       fprintf(stderr,
-             "Warning, trying to output without log files initialization, "
+             "Warning, log files not initialized, "
              "log output is going to stderr\n");
       silclog.no_init = TRUE;
     }