1
0

String concatenation without the '+'

This commit is contained in:
Jorik Schellekens
2019-08-05 13:56:04 +01:00
parent e7f42857bb
commit 50964d2341
+3 -2
View File
@@ -512,7 +512,8 @@ class DeviceListEduUpdater(object):
opentracing.set_tag("error", True)
opentracing.log_kv(
{
"message": "Got a device list update edu from a user and device which does not match the origin of the request.",
"message": "Got a device list update edu from a user and "
"device which does not match the origin of the request.",
"user_id": user_id,
"device_id": device_id,
}
@@ -527,7 +528,7 @@ class DeviceListEduUpdater(object):
opentracing.log_kv(
{
"message": "Got an update from a user for which "
+ "we don't share any rooms",
"we don't share any rooms",
"other user_id": user_id,
}
)