more muttng -> madmutt
[apps/madmutt.git] / lib / debug.c
index 6034ef9..4d4d393 100644 (file)
@@ -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);
   }
 }