Add version to the startup log line
parent
c8e41319e6
commit
a534e66437
|
@ -209,7 +209,7 @@ int main( int argc, char *argv[] )
|
|||
exit ( -1 );
|
||||
}
|
||||
|
||||
Info( "Starting Capture" );
|
||||
Info( "Starting Capture version %s", ZM_VERSION );
|
||||
|
||||
zmSetDefaultTermHandler();
|
||||
zmSetDefaultDieHandler();
|
||||
|
|
Loading…
Reference in New Issue