From 95540fc4e5cb1af4f8b68705c34feae871fe4b19 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Sat, 28 Aug 2010 13:30:24 -0400 Subject: [PATCH] 2 is now a common state after an exception, as we always COPY. --- Bucardo.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bucardo.pm b/Bucardo.pm index 1952cb451..1846ab32c 100644 --- a/Bucardo.pm +++ b/Bucardo.pm @@ -5357,7 +5357,7 @@ sub start_kid { ## Make sure the database connections are still clean my $sourceping = $sourcedbh->ping(); - if ($sourceping !~ /^[13]$/o) { + if ($sourceping !~ /^[123]$/o) { $self->glog("Warning! Source ping after exception handler was $sourceping", LOG_WARN); } my $targetping = $targetdbh->ping(); -- 2.39.5