From f6c84785e72e9c01f26aae09caab6751a5c0bedc Mon Sep 17 00:00:00 2001 From: mboelen Date: Wed, 24 Feb 2016 19:59:23 +0100 Subject: [PATCH] Changed exception of missing eth0 interface into an informational message --- include/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions b/include/functions index b4884a24..e1f6c720 100644 --- a/include/functions +++ b/include/functions @@ -517,7 +517,7 @@ fi else FIND=`${IFCONFIGBINARY} 2> /dev/null | grep HWaddr | head -1 | awk '{ print $5 }' | tr '[:upper:]' '[:lower:]'` - ReportException "GetHostID" "No eth0 found (but HWaddr was found), using first network interface to determine hostid, with ifconfig" + LogText "GetHostID: No eth0 found (but HWaddr was found), using first network interface to determine hostid, with ifconfig" fi fi else