From a534e664372790a3f6c2b33c85639a5de7b7d82a Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 8 Jun 2015 10:24:40 -0400 Subject: [PATCH] Add version to the startup log line --- src/zmc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zmc.cpp b/src/zmc.cpp index 5be5ed8af..e159f0096 100644 --- a/src/zmc.cpp +++ b/src/zmc.cpp @@ -209,7 +209,7 @@ int main( int argc, char *argv[] ) exit ( -1 ); } - Info( "Starting Capture" ); + Info( "Starting Capture version %s", ZM_VERSION ); zmSetDefaultTermHandler(); zmSetDefaultDieHandler();