X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.c;h=29f67fb2112c51bf1a2e3ef4d41c6ae0566550ad;hp=02055794b182cb7eaddb27e77d905a66512e3404;hb=78f24a39b314d2c47c1417eaa34fdf4078bb4a50;hpb=f404a0ca916be07049af51a3022baaaaab94def6 diff --git a/init.c b/init.c index 0205579..29f67fb 100644 --- a/init.c +++ b/init.c @@ -2136,7 +2136,7 @@ static void start_debug (void) { t = time (0); setbuf (debugfile, NULL); /* don't buffer the debugging output! */ - fprintf (debugfile, "Mutt %s started at %s.\nDebugging at level %d.\n\n", + fprintf (debugfile, "Mutt-ng %s started at %s.\nDebugging at level %d.\n\n", MUTT_VERSION, asctime (localtime (&t)), debuglevel); } }