Reduced debug level to prevent syslog clutter.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@21 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2002-09-20 19:52:02 +00:00
parent 6b455d160b
commit 9c1d1805aa
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ void main( int argc, char *argv[] )
//printf( "Monitor %d, Function %d, ImageIdx %d\n", id, function, image_idx );
dbg_name = "zmu";
dbg_level = -1;
DbgInit();