reforamt log message

This commit is contained in:
2022-04-20 18:51:52 +02:00
parent 9cfeb54c6a
commit eee3bb3eae
+1 -1
View File
@@ -100,7 +100,7 @@ class LogSender:
return response return response
def send_sms_reception_log(self, phone, sms_text, ccid): def send_sms_reception_log(self, phone, sms_text, ccid):
msg = "from:{}, sms:{}, ccid{}".format(phone, sms_text, ccid) msg = "from:{}, sms:{}, ccid:{}".format(phone, sms_text, ccid)
self.send_log(msg=msg, subject=LOG_SUBJECT_SMS, type=TYPE_SMS_RECEIVED) self.send_log(msg=msg, subject=LOG_SUBJECT_SMS, type=TYPE_SMS_RECEIVED)
def send_timeout_log(self, serial_modem: SerialModem): def send_timeout_log(self, serial_modem: SerialModem):