From 2a1da8da1afbf44a5e972f70966555dc2b63baf7 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 4 Mar 2008 18:26:00 -0600 Subject: [PATCH] zebraqueue_daemon: more indent cleanup Signed-off-by: Joshua Ferraro --- misc/bin/zebraqueue_daemon.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/bin/zebraqueue_daemon.pl b/misc/bin/zebraqueue_daemon.pl index f48d11e8fb..b0ec12528e 100755 --- a/misc/bin/zebraqueue_daemon.pl +++ b/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 -- 2.39.2