0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-23 08:49:09 +02:00
This commit is contained in:
Erik Johnston 2016-03-04 15:22:39 +00:00
parent ed61a49169
commit 13cbd31040

View file

@ -212,7 +212,7 @@ class MessageHandler(BaseHandler):
content["avatar_url"] = yield profile.get_avatar_url(target)
except Exception as e:
logger.info(
"Failed to get profile infomration for %r: %s",
"Failed to get profile information for %r: %s",
target, e
)