Nico Golde:
[apps/madmutt.git] / init.c
diff --git a/init.c b/init.c
index 0205579..29f67fb 100644 (file)
--- 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);
   }
 }