diff --git a/include/functions b/include/functions index 719f7f24..d5e2de05 100644 --- a/include/functions +++ b/include/functions @@ -694,6 +694,7 @@ # Check if we found a HostID if [ ! "${FIND}" = "" ]; then + LogText "Info: using hardware address ${FIND} to create ID" HOSTID=`echo ${FIND} | ${SHA1SUMBINARY} | awk '{ print $1 }'` LogText "Result: Found HostID: ${HOSTID}" else