From: Jeremy Stanley Date: Sat, 29 Jul 2017 18:31:40 +0000 (+0000) Subject: Log missing file inclusions as more severe X-Git-Tag: 0.0.1~146 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=ec67d85b3081695865850e07ce8fcacb842159f8;hp=ec67d85b3081695865850e07ce8fcacb842159f8 Log missing file inclusions as more severe When another file is included with an inc macro in text, being unable to load that file could indicate a fairly serious configuration error. Increase the severity of the log message for this so that it will be more easily noticed and caught in testing. ---