google code style

This commit is contained in:
Isaac Connor 2018-04-23 11:16:37 -04:00
parent f752b3077a
commit e3161687ba
1 changed files with 2 additions and 2 deletions

View File

@ -147,11 +147,11 @@ while( 1 ) {
if ( !defined($image_time) ) { if ( !defined($image_time) ) {
# Can't read from shared data # Can't read from shared data
$restart = 1; $restart = 1;
Error( "Error reading shared data for $$monitor{Id} $$monitor{Name}\n"); Error("Error reading shared data for $$monitor{Id} $$monitor{Name}\n");
} elsif ( !$image_time ) { } elsif ( !$image_time ) {
# We can't get the last capture time so can't be sure it's died. # We can't get the last capture time so can't be sure it's died.
$restart = 1; $restart = 1;
Error( "Error getting last analyse time for $$monitor{Id} $$monitor{Name}\n"); Error("Last analyse time for $$monitor{Id} $$monitor{Name} was zero.\n");
} else { } else {
my $max_image_delay = ( $monitor->{MaxFPS} my $max_image_delay = ( $monitor->{MaxFPS}