Explorar o código

Updated notes

Daniel Gibbs %!s(int64=10) %!d(string=hai) anos
pai
achega
66f72ebad5
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      functions/core_messages.sh

+ 2 - 1
functions/core_messages.sh

@@ -9,7 +9,8 @@ lgsm_version="380216"
 # nl: new line: message is following by a new line
 # eol: end of line: message is placed at the end of the current line
 
-# Date and servicename for log files.
+# Date, servicename & module details displayed in log files.
+# e.g Feb 28 14:56:58 ut99-server: Monitor:
 fn_scriptlog(){
 	if [ -n "${modulename}" ]; then
 		echo -e "$(date '+%b %d %H:%M:%S') ${servicename}: ${modulename}: ${1}" >> "${scriptlog}"