projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da8021c
)
Remove some debugging output.
author
Greg Sabino Mullane
<greg@endpoint.com>
Mon, 30 May 2011 17:46:06 +0000
(13:46 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Mon, 30 May 2011 17:46:06 +0000
(13:46 -0400)
bucardo_ctl
patch
|
blob
|
blame
|
history
diff --git
a/bucardo_ctl
b/bucardo_ctl
index f73295410c9df2e33fe8e2869a4b0f58591bcf39..7216fb5c76beb751c4e5921f3f09e829ef33d500 100755
(executable)
--- a/
bucardo_ctl
+++ b/
bucardo_ctl
@@
-5269,9
+5269,7
@@
sub add_sync {
}
}
-warn "Using herd $dbcols->{herd}\n";
-warn "Using database group $dbcols->{dbs}\n";
-$dbh->commit();
+ $dbh->commit();
## Attempt to insert this into the database
$SQL = "INSERT INTO bucardo.sync ($cols) VALUES ($phs)";