Fix typo
authorGreg Sabino Mullane <greg@endpoint.com>
Wed, 30 Apr 2014 11:27:41 +0000 (07:27 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Wed, 30 Apr 2014 11:27:41 +0000 (07:27 -0400)
Bucardo.pm

index c63345c12a040eee56aadde59272e4d144ec64d3..731870605d4e13d942110a286d25897b8ef85ebf 100644 (file)
@@ -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;