google code style
This commit is contained in:
parent
f752b3077a
commit
e3161687ba
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue