Thanks again for the report. I have fixed this in commit ab7e33f9f64e9776c442d9bc8286075c6febe1ab. It's a one-line fix (okay, two with comment), so I'm inserting it inline here:
diff --git a/Bucardo.pm b/Bucardo.pm
index 84ee82c..89e7c0a 100644
--- a/Bucardo.pm
+++ b/Bucardo.pm
@@ -9332,7 +9332,7 @@ sub delete_rows {
next;
}
my $dbname = $t->{name};
- $self->glog("Deleting from target $dbname.$tname.
$t->{delete_round} of $t->{delete_rounds}", LOG_DEBUG);
+ $self->glog("Deleting from target $dbname.$tname (round
$t->{delete_round} of $t->{delete_rounds})", LOG_DEBUG);
$did_something++;
--
Greg Sabino Mullane [email protected]
End Point Corporation
PGP Key: 0x14964AC8
signature.asc
Description: Digital signature
_______________________________________________ Bucardo-general mailing list [email protected] https://mail.endcrypt.com/mailman/listinfo/bucardo-general
