projects
/
mudpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8040fb
)
Reduce the log message priority for reload calls
author
Jeremy Stanley
<fungi@yuggoth.org>
Sat, 29 Jul 2017 14:53:36 +0000
(14:53 +0000)
committer
Jeremy Stanley
<fungi@yuggoth.org>
Sat, 29 Jul 2017 14:53:36 +0000
(14:53 +0000)
It's important to log when the "reload" command is issued, but it's
not an error condition. Log the event at priority 6 rather than 8.
mudpy/misc.py
patch
|
blob
|
history
diff --git
a/mudpy/misc.py
b/mudpy/misc.py
index
59bef18
..
485f470
100644
(file)
--- a/
mudpy/misc.py
+++ b/
mudpy/misc.py
@@
-1892,7
+1892,7
@@
def command_reload(actor):
log(
"User " +
actor.owner.account.get("name") + " reloaded the world.",
- 8
+ 6
)
# set a flag to reload