changeset 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 ddb6593bedc9
children eb023d6b7890
files mcabber/src/histolog.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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