Browse Source

zebraqueue_daemon: more indent cleanup

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Galen Charlton 17 years ago
committed by Joshua Ferraro
parent
commit
2a1da8da1a
  1. 4
      misc/bin/zebraqueue_daemon.pl

4
misc/bin/zebraqueue_daemon.pl

@ -191,8 +191,8 @@ retry:
warn "At Retry" if $debug;
eval { $Zpackage->send("update") };
if ($@ && $@->isa("ZOOM::Exception")) {
print "Oops! ", $@->message(), "\n";
return $@->code();
print "Oops! ", $@->message(), "\n";
return $@->code();
}
my($error, $errmsg, $addinfo, $diagset) = $Zconn->error_x();
if ($error == 10007 && $tried < 3) {## timeout --another 30 looonng seconds for this update

Loading…
Cancel
Save