From: Jeremy Stanley Date: Sat, 29 Jul 2017 14:53:36 +0000 (+0000) Subject: Reduce the log message priority for reload calls X-Git-Tag: 0.0.1~152 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=1c0623cbe57049eb56d8b4f559d1a1687a0a0c53 Reduce the log message priority for reload calls 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. --- diff --git a/mudpy/misc.py b/mudpy/misc.py index 59bef18..485f470 100644 --- 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