summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2007-12-04 00:36:50 +0100
committerTobi Oetiker <tobi@oetiker.ch>2007-12-04 00:36:50 +0100
commit9edc0ff6eaa82d51970299a76106952e9bc4ac2a (patch)
tree3ad7d1bc3012e2f934b35df8cc0d0e50c0aa36d2 /lib/Smokeping
parentc81ee6051263e7039bff5125b6732905ba6a5ba3 (diff)
downloadsmokeping-9edc0ff6eaa82d51970299a76106952e9bc4ac2a.tar.gz
smokeping-9edc0ff6eaa82d51970299a76106952e9bc4ac2a.tar.xz
trying to make slave reload realy work
Diffstat (limited to 'lib/Smokeping')
-rw-r--r--lib/Smokeping/Slave.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping/Slave.pm b/lib/Smokeping/Slave.pm
index 8f95c5f..32ce5a4 100644
--- a/lib/Smokeping/Slave.pm
+++ b/lib/Smokeping/Slave.pm
@@ -104,7 +104,7 @@ sub submit_results {
warn "WARNING evaluating new config from server failed: $@ --\n$data";
} elsif (defined $config and ref $config eq 'HASH'){
$config->{General}{piddir} = $slave_cfg->{cache_dir};
- Smokeping::do_debuglog("Sent data to Server and got new config");
+ Smokeping::do_log("Sent data to Server and got new config in response.");
return $config;
}
} else {