# HG changeset patch # User Mikael Berthe # Date 1122215199 -3600 # Node ID c30c0d0eb1294e14a29c3b37e2558647fadfed05 # Parent ddb6593bedc97a4783e6af72c2fac91930cc4464 Bigger warning when logging is disabled Hopefully the user will see it... diff -r ddb6593bedc9 -r c30c0d0eb129 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