Bigger warning when logging is disabled
authorMikael Berthe <mikael@lilotux.net>
Sun, 24 Jul 2005 15:26:39 +0100
changeset 366 c30c0d0eb129
parent 365 ddb6593bedc9
child 367 eb023d6b7890
Bigger warning when logging is disabled Hopefully the user will see it...
mcabber/src/histolog.c
--- a/mcabber/src/histolog.c	Sun Jul 24 15:19:07 2005 +0100
+++ b/mcabber/src/histolog.c	Sun Jul 24 15:26:39 2005 +0100
@@ -251,7 +251,8 @@
     if (checkset_perm(RootDir, TRUE) == -1) {
       // The directory does not actually exists
       g_free(RootDir);
-      scr_LogPrint("ERROR: Can't access history log directory");
+      scr_LogPrint("ERROR: Cannot access history log directory, "
+                   "logging DISABLED");
       UseFileLogging = FileLoadLogs = FALSE;
     }
   } else {  // Disable history logging