summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5df2e6e)
raw | patch | inline | side by side (parent: 5df2e6e)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 21 Feb 2008 09:20:54 +0000 (09:20 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 21 Feb 2008 09:20:54 +0000 (09:20 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9005 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/gosa-si-server | patch | blob | history |
diff --git a/gosa-si/gosa-si-server b/gosa-si/gosa-si-server
index 10a6d118545fd228de44eec18beb9d5e20fd220b..c445ad4c7d672928b9c0be34c5234dab2536f479 100755 (executable)
--- a/gosa-si/gosa-si-server
+++ b/gosa-si/gosa-si-server
}
if( (!$msg) || (!$msg_hash) || (!$module)) {
- daemon_log("Incoming message is not from a unknown host", 5);
+ daemon_log("Incoming message is not from an unknown host", 5);
}
return ($msg, $msg_hash, $module);
my $host_name = $hit->{hostname};
my $host_key = $hit->{hostkey};
$answer =~ s/$answer_target/$host_name/g;
- daemon_log("found host '$host_name', assoziated to '$answer_target'", 3);
+ daemon_log("found host '$host_name', associated to '$answer_target'", 3);
&send_msg_to_target($answer, $host_name, $host_key, $answer_header);
$found_ip_flag++ ;
}