mirror of
https://github.com/evennia/evennia.git
synced 2026-04-06 07:57:16 +02:00
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.
|
||||
"""
|
||||
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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue