From e3161687ba72fc5e19c9caedaa24ceb1b938c56c Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 23 Apr 2018 11:16:37 -0400 Subject: [PATCH] google code style --- scripts/zmwatch.pl.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/zmwatch.pl.in b/scripts/zmwatch.pl.in index 7d21ecfee..3b607306c 100644 --- a/scripts/zmwatch.pl.in +++ b/scripts/zmwatch.pl.in @@ -147,11 +147,11 @@ while( 1 ) { if ( !defined($image_time) ) { # Can't read from shared data $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 ) { # We can't get the last capture time so can't be sure it's died. $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 { my $max_image_delay = ( $monitor->{MaxFPS}