X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy%2Fmisc.py;h=154b555db14f6bc9ea4e90959d09426fa31e814c;hp=f32536479a1ab85e5551376859889b079aef125d;hb=c677014e04ec3818187eff679bf378b9be735c15;hpb=4cefc874cdfa5bdfccb38ae4e6175bd3893e9637 diff --git a/mudpy/misc.py b/mudpy/misc.py index f325364..154b555 100644 --- a/mudpy/misc.py +++ b/mudpy/misc.py @@ -1,6 +1,6 @@ """Miscellaneous functions for the mudpy engine.""" -# Copyright (c) 2004-2017 Jeremy Stanley . Permission +# Copyright (c) 2004-2018 Jeremy Stanley . Permission # to use, copy, modify, and distribute this software is granted under # terms provided in the LICENSE file distributed with this software. @@ -898,7 +898,7 @@ class User: try: line = line.decode("utf-8") except UnicodeDecodeError: - logline = "Non-UTF-8 characters from " + logline = "Non-UTF-8 sequence from " if self.account and self.account.get("name"): logline += self.account.get("name") + ": " else: