projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5ad4e5
)
User-supplied messages should always be shown.
author
Greg Sabino Mullane
<greg@endpoint.com>
Fri, 15 Nov 2013 22:19:33 +0000
(17:19 -0500)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Fri, 15 Nov 2013 22:19:33 +0000
(17:19 -0500)
Bucardo.pm
patch
|
blob
|
blame
|
history
diff --git
a/Bucardo.pm
b/Bucardo.pm
index 419a679931ca6300032c6f2f34d4bfc9f6773180..dd43a22b519b9285d5c0eb8dc2ad98abbd2cc3cb 100644
(file)
--- a/
Bucardo.pm
+++ b/
Bucardo.pm
@@
-977,7
+977,7
@@
sub mcp_main {
$count = $sth->execute();
if ($count ne '0E0') {
for my $row (@{$sth->fetchall_arrayref()}) {
- $self->glog("MESSAGE ($row->[1]): $row->[0]", LOG_
VERBO
SE);
+ $self->glog("MESSAGE ($row->[1]): $row->[0]", LOG_
TER
SE);
}
$maindbh->do('TRUNCATE TABLE bucardo_log_message');
$maindbh->commit();