projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fae2f6e
)
Minor doc wording
author
Greg Sabino Mullane
<greg@endpoint.com>
Mon, 27 Jul 2015 02:22:56 +0000
(22:22 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Mon, 27 Jul 2015 02:22:56 +0000
(22:22 -0400)
Bucardo.pm
patch
|
blob
|
blame
|
history
diff --git
a/Bucardo.pm
b/Bucardo.pm
index 84ee82cd567ca780edd0c35f85705a3781e85685..89e7c0ab49c9d879a7efd7589585c6732f765dff 100644
(file)
--- 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++;