summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c1b0f99)
raw | patch | inline | side by side (parent: c1b0f99)
author | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 11 Feb 2008 10:36:51 +0000 (10:36 +0000) | ||
committer | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 11 Feb 2008 10:36:51 +0000 (10:36 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8820 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/gosa-si-bus | patch | blob | history |
diff --git a/gosa-si/gosa-si-bus b/gosa-si/gosa-si-bus
index 8f3935256c7af4674f6eb070afc0160f3562fbca..b7711101e7802233739f69454bc27cb8b542aa01 100755 (executable)
--- a/gosa-si/gosa-si-bus
+++ b/gosa-si/gosa-si-bus
next;
}
- daemon_log("ERROR:unknown host, can not process message '$header'", 1);
+ daemon_log("ERROR:unknown host, can not send message '$header' to target '$target'", 1);
}
elsif( $target =~ /([0-9a-f]{2}:[0-9a-f]{2}:[0-9a-f]{2}:[0-9a-f]{2}:[0-9a-f]{2}:[0-9a-f]{2})/ ) {
# target is a mac address
}
else {
daemon_log("ERROR: target address '$target' does not match neiter ".
- "to ip address nor to mac address, can not process msg", 1);
+ "to ip address nor to mac address, can not send msg", 1);
}
}