X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy%2Fmisc.py;h=af5427a86a059c091c6a41e899d0790a960f887f;hp=f57fec3942769a1b28d81b93c35b628d8bec3bb8;hb=11ae0d6e7e05cffb744f7b40f37309f07696d34a;hpb=947a707d32fe29eff85c7091b82be5c67056aecf diff --git a/mudpy/misc.py b/mudpy/misc.py index f57fec3..af5427a 100644 --- a/mudpy/misc.py +++ b/mudpy/misc.py @@ -1,6 +1,6 @@ """Miscellaneous functions for the mudpy engine.""" -# Copyright (c) 2004-2016 Jeremy Stanley . Permission +# Copyright (c) 2004-2017 Jeremy Stanley . Permission # to use, copy, modify, and distribute this software is granted under # terms provided in the LICENSE file distributed with this software. @@ -1307,7 +1307,7 @@ def replace_macros(user, text, is_input=False): replacement = replacement[:-2] else: replacement = "" - log("Couldn't read included " + incfile + " file.", 6) + log("Couldn't read included " + incfile + " file.", 7) # if we get here, log and replace it with null else: