]> granicus.if.org Git - neomutt/commitdiff
add full neomutt version to log startup
authorRichard Russon <rich@flatcap.org>
Fri, 31 Mar 2017 16:45:11 +0000 (17:45 +0100)
committerRichard Russon <rich@flatcap.org>
Sat, 8 Apr 2017 21:23:48 +0000 (22:23 +0100)
Changes:
    NeoMutt/20170306 (1.8.0) debugging at level 2
to
    Neomutt 20170306-98-bf1d78 (1.8.0) debugging at level 2

init.c

diff --git a/init.c b/init.c
index 27f96431884cd314a8724f45cc53d7335400185c..8129aff0d3593939e012276191fd841f28e3e968 100644 (file)
--- a/init.c
+++ b/init.c
@@ -3688,8 +3688,8 @@ static void start_debug (void)
   if ((debugfile = safe_fopen(buf, "w")) != NULL)
   {
     setbuf (debugfile, NULL); /* don't buffer the debugging output! */
-    mutt_debug (1, "NeoMutt/%s (%s) debugging at level %d\n",
-                PACKAGE_VERSION, MUTT_VERSION, debuglevel);
+    mutt_debug (1, "NeoMutt %s%s (%s) debugging at level %d\n",
+                PACKAGE_VERSION, GitVer, MUTT_VERSION, debuglevel);
   }
 }
 #endif