projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29a668c
)
Fix typo
author
Greg Sabino Mullane
<greg@endpoint.com>
Wed, 30 Apr 2014 11:27:41 +0000
(07:27 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Wed, 30 Apr 2014 11:27:41 +0000
(07:27 -0400)
Bucardo.pm
patch
|
blob
|
blame
|
history
diff --git
a/Bucardo.pm
b/Bucardo.pm
index c63345c12a040eee56aadde59272e4d144ec64d3..731870605d4e13d942110a286d25897b8ef85ebf 100644
(file)
--- a/
Bucardo.pm
+++ b/
Bucardo.pm
@@
-4938,7
+4938,7
@@
sub start_kid {
for my $dbname (@dbs_dbi) {
my $x = $sync->{db}{$dbname};
my $dbh = $x->{dbh};
- $self->glog("Attempting cleanup of database $dbname, async is $x->{async_active}", NORMAL);
+ $self->glog("Attempting cleanup of database $dbname, async is $x->{async_active}",
LOG_
NORMAL);
## Wrapped in an eval as a failure to serialise can cause an abort() and the KID will die.
if ($x->{async_active}) {
$dbh->pg_cancel;