Cosmetics.

This commit is contained in:
Greg Taylor 2007-07-16 19:12:38 +00:00
parent ad92c85067
commit 6d8d280248

View file

@ -47,7 +47,7 @@ def log_errmsg(errormsg):
errormsg: (string) The message to be logged.
"""
log.err('ERROR: %s' % (errormsg,))
functions_comsys.send_cmessage("Errors", errormsg)
functions_comsys.send_cmessage("Errors", "[Errors] "+ errormsg)
def log_infomsg(infomsg):
"""
@ -56,7 +56,7 @@ def log_infomsg(infomsg):
debugmsg: (string) The message to be logged.
"""
log.msg('%s' % (infomsg,))
functions_comsys.send_cmessage("Info", infomsg)
functions_comsys.send_cmessage("Info", "[Info] "+ infomsg)
def time_format(seconds, style=0):
"""