Reduce the log message priority for reload calls
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 29 Jul 2017 14:53:36 +0000 (14:53 +0000)
committerJeremy 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

index 59bef18..485f470 100644 (file)
@@ -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