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:
stan 2004-01-30 09:56:34 +00:00
parent f7fd4f4985
commit 7b1fb30990
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ while( 1 )
$monitor->{ShmId} = shmget( $monitor->{ShmKey}, $shm_size, 0 ); $monitor->{ShmId} = shmget( $monitor->{ShmKey}, $shm_size, 0 );
if ( !defined($monitor->{ShmId}) ) 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; next;
} }
my $image_time; my $image_time;