Add version to the startup log line

pull/875/head
Isaac Connor 2015-06-08 10:24:40 -04:00
parent c8e41319e6
commit a534e66437
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ int main( int argc, char *argv[] )
exit ( -1 );
}
Info( "Starting Capture" );
Info( "Starting Capture version %s", ZM_VERSION );
zmSetDefaultTermHandler();
zmSetDefaultDieHandler();