Cosmetics.
This commit is contained in:
parent
ad92c85067
commit
6d8d280248
1 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ def log_errmsg(errormsg):
|
||||||
errormsg: (string) The message to be logged.
|
errormsg: (string) The message to be logged.
|
||||||
"""
|
"""
|
||||||
log.err('ERROR: %s' % (errormsg,))
|
log.err('ERROR: %s' % (errormsg,))
|
||||||
functions_comsys.send_cmessage("Errors", errormsg)
|
functions_comsys.send_cmessage("Errors", "[Errors] "+ errormsg)
|
||||||
|
|
||||||
def log_infomsg(infomsg):
|
def log_infomsg(infomsg):
|
||||||
"""
|
"""
|
||||||
|
|
@ -56,7 +56,7 @@ def log_infomsg(infomsg):
|
||||||
debugmsg: (string) The message to be logged.
|
debugmsg: (string) The message to be logged.
|
||||||
"""
|
"""
|
||||||
log.msg('%s' % (infomsg,))
|
log.msg('%s' % (infomsg,))
|
||||||
functions_comsys.send_cmessage("Info", infomsg)
|
functions_comsys.send_cmessage("Info", "[Info] "+ infomsg)
|
||||||
|
|
||||||
def time_format(seconds, style=0):
|
def time_format(seconds, style=0):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue