X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib%2Fdebug.c;h=4d4d393a1a5e6bc04b517595a164f796e56ac8cd;hp=6034ef9ab01c7fb60b6eb66951599ec8bdde5af2;hb=daf6df95bfcc7efc888b488a825e467268f20d3c;hpb=5cfa41634d9a2c2e8bcf392ff0f2ee0c93794b37 diff --git a/lib/debug.c b/lib/debug.c index 6034ef9..4d4d393 100644 --- a/lib/debug.c +++ b/lib/debug.c @@ -49,7 +49,7 @@ void debug_start (const char* basedir) { t = time (NULL); setbuf (DebugFile, NULL); /* don't buffer the debugging output! */ fprintf (DebugFile, - "Mutt-ng %s started at %s\nDebugging at level %d\n\n", + "Madmutt %s started at %s\nDebugging at level %d\n\n", MUTT_VERSION, asctime (localtime (&t)), DebugLevel); } }