From: Jeremy Stanley Date: Sat, 29 Jul 2017 14:53:36 +0000 (+0000) Subject: Reduce the log message priority for reload calls X-Git-Url: https://mudpy.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=004b27a2ef9b6d410f2ec3a0661ace520861d460;hp=004b27a2ef9b6d410f2ec3a0661ace520861d460;p=mudpy.git 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. ---