diff --git a/src/script/hydra-send-stats b/src/script/hydra-send-stats index ba02e50c..110a8809 100755 --- a/src/script/hydra-send-stats +++ b/src/script/hydra-send-stats @@ -63,7 +63,7 @@ while (1) { eval { sendQueueRunnerStats(); 1; - } or do { warn "$@"; } + } or do { warn "$@"; }; my $meminfo = read_file("/proc/meminfo", err_mode => 'quiet') // ""; $meminfo =~ m/Dirty:\s*(\d+) kB/;