User-supplied messages should always be shown.
authorGreg Sabino Mullane <greg@endpoint.com>
Fri, 15 Nov 2013 22:19:33 +0000 (17:19 -0500)
committerGreg Sabino Mullane <greg@endpoint.com>
Fri, 15 Nov 2013 22:19:33 +0000 (17:19 -0500)
Bucardo.pm

index 419a679931ca6300032c6f2f34d4bfc9f6773180..dd43a22b519b9285d5c0eb8dc2ad98abbd2cc3cb 100644 (file)
@@ -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_VERBOSE);
+                        $self->glog("MESSAGE ($row->[1]): $row->[0]", LOG_TERSE);
                     }
                     $maindbh->do('TRUNCATE TABLE bucardo_log_message');
                     $maindbh->commit();