projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac51423
)
Remove debugging line left in ac51423f202.
author
David E. Wheeler
<david@justatheory.com>
Thu, 25 Oct 2012 23:03:30 +0000
(16:03 -0700)
committer
David E. Wheeler
<david@justatheory.com>
Thu, 25 Oct 2012 23:03:30 +0000
(16:03 -0700)
Bucardo.pm
patch
|
blob
|
blame
|
history
diff --git
a/Bucardo.pm
b/Bucardo.pm
index b845eadf2954b990e38e374a5e60a7bbe53c35bd..bd5698ffb4e83790e6b1fbb7cb0f95c074a590d6 100644
(file)
--- a/
Bucardo.pm
+++ b/
Bucardo.pm
@@
-4582,7
+4582,6
@@
sub start_kid {
exit 0 if $didrun;
my $err = $@;
- $self->glog("CAUGHT ERROR: $err", LOG_DEBUG);
$err_handler->($err) if $err !~ /DBD::Pg/;
$err_handler->($err) unless defined (my $sleeptime = $config{kid_serial_sleep});
$err_handler->($err) unless first { $sync->{db}{$_}{dbh}->state eq '40001' } @dbs_dbi;