zebraqueue_daemon: more indent cleanup

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Galen Charlton 2008-03-04 18:26:00 -06:00 committed by Joshua Ferraro
parent 132d67639a
commit 2a1da8da1a

View file

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