projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2664ad0
)
Typo
author
Greg Sabino Mullane
<greg@endpoint.com>
Fri, 2 Dec 2011 22:02:53 +0000
(17:02 -0500)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Fri, 2 Dec 2011 22:02:53 +0000
(17:02 -0500)
Bucardo.pm
patch
|
blob
|
blame
|
history
diff --git
a/Bucardo.pm
b/Bucardo.pm
index 10771b886e72898ee31b4783997313d935ae8364..82df665ab27d7f4b9fc54541fb16db8c127c7230 100644
(file)
--- a/
Bucardo.pm
+++ b/
Bucardo.pm
@@
-6058,7
+6058,7
@@
sub fork_controller {
}
if ($newpid) { ## We are the parent
- $self->glog(qq{Created controller $newpid for sync "$syncname". Kick is $s->{kick_on_startup
t
}}, LOG_NORMAL);
+ $self->glog(qq{Created controller $newpid for sync "$syncname". Kick is $s->{kick_on_startup}}, LOG_NORMAL);
$s->{controller} = $newpid;
$self->{pidmap}{$newpid} = 'CTL';