From dc60179b43855b893fff5fbff659563893cfdcbb Mon Sep 17 00:00:00 2001 From: rettenbe Date: Mon, 11 Feb 2008 10:36:51 +0000 Subject: [PATCH] more self speaking error msgs git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8820 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-si/gosa-si-bus | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-si/gosa-si-bus b/gosa-si/gosa-si-bus index 8f3935256..b7711101e 100755 --- a/gosa-si/gosa-si-bus +++ b/gosa-si/gosa-si-bus @@ -758,7 +758,7 @@ sub bus_input { 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 @@ -786,7 +786,7 @@ sub bus_input { } 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); } } -- 2.30.2