add logs for contact not found error
This commit is contained in:
@@ -190,6 +190,8 @@ def start_book():
|
||||
modem.contact = contact[0]
|
||||
else:
|
||||
logger.info("contact not found for this ccid")
|
||||
error_msg = "slot({}),sim({})".format(i, current_sim_position)
|
||||
oracle_log_sender.send_contact_not_found(error_msg)
|
||||
modem.modem.close()
|
||||
continue
|
||||
if modem.contact:
|
||||
|
||||
Reference in New Issue
Block a user