Removed bogus element from error output.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@790 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
f7fd4f4985
commit
7b1fb30990
|
@ -114,7 +114,7 @@ while( 1 )
|
|||
$monitor->{ShmId} = shmget( $monitor->{ShmKey}, $shm_size, 0 );
|
||||
if ( !defined($monitor->{ShmId}) )
|
||||
{
|
||||
print( "Can't get shared memory id '$monitor->{ShmKey}/$monitor->{ShmId}': $!\n" );
|
||||
print( "Can't get shared memory id '$monitor->{ShmKey}': $!\n" );
|
||||
next;
|
||||
}
|
||||
my $image_time;
|
||||
|
|
Loading…
Reference in New Issue