Removed obsolete commented out line.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2994 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
075257be52
commit
e9d3076785
|
@ -215,8 +215,6 @@ int zmDebugInitialise( const char *name, const char *id, int level )
|
|||
|
||||
(void) openlog( dbgSyslog, LOG_PID|LOG_NDELAY, LOG_LOCAL1 );
|
||||
|
||||
//strncpy( dbgName, dbgSyslog, sizeof(dbgName) );
|
||||
|
||||
dbgLogFP = (FILE *)NULL;
|
||||
|
||||
if( (status = zmGetDebugEnv() ) < 0)
|
||||
|
|
Loading…
Reference in New Issue