From: Eric Leblond Date: Wed, 14 Sep 2016 13:09:47 +0000 (+0200) Subject: unix-manager: fix output of version command X-Git-Tag: suricata-3.1.3~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cdd062dc64768c3fec04a1c14837481813fde3b;p=thirdparty%2Fsuricata.git unix-manager: fix output of version command Make it consistent with the output of version command line flag. --- diff --git a/src/unix-manager.c b/src/unix-manager.c index 919651cce8..bb6eef6756 100644 --- a/src/unix-manager.c +++ b/src/unix-manager.c @@ -662,7 +662,7 @@ TmEcode UnixManagerVersionCommand(json_t *cmd, SCEnter(); json_object_set_new(server_msg, "message", json_string( #ifdef REVISION - PROG_VER xstr(REVISION) + PROG_VER " (rev " xstr(REVISION) ")" #elif defined RELEASE PROG_VER " RELEASE" #else