diff mcabber/src/histolog.c @ 366:c30c0d0eb129

Bigger warning when logging is disabled Hopefully the user will see it...
author Mikael Berthe <mikael@lilotux.net>
date Sun, 24 Jul 2005 15:26:39 +0100
parents 33b8e801ffa6
children bd5638c21834
line wrap: on
line diff
--- 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