Let's try this again...
authorGreg Sabino Mullane <greg@endpoint.com>
Wed, 6 Nov 2013 16:56:55 +0000 (11:56 -0500)
committerGreg Sabino Mullane <greg@endpoint.com>
Wed, 6 Nov 2013 16:56:55 +0000 (11:56 -0500)
Bucardo.pm

index c65ada6e468d1249a59f6c1862e4734b0cdbe9ad..c9325cbd11ad4c0400c324b856459f59ca05446f 100644 (file)
@@ -8827,7 +8827,7 @@ sub push_rows {
             $fromdbh->do($srccmd);
 
             my $buffer = '';
-            $self->glog(qq${pre}Copying from $fromname.$S.$T}, LOG_VERBOSE);
+            $self->glog(qq{${pre}Copying from $fromname.$S.$T}, LOG_VERBOSE);
 
             ## Loop through all changed rows on the source, and push to the target(s)
             my $multirow = 0;