Modem: Convert phonebook parse failure to pclog

This commit is contained in:
RichardG867
2024-07-26 16:11:54 -03:00
parent ad04a7735e
commit d0b2efface

View File

@@ -263,7 +263,7 @@ modem_read_phonebook_file(modem_t *modem, const char *path)
if (strspn(entry.phone, "01234567890*=,;#+>") != strlen(entry.phone)) {
/* Invalid characters. */
modem_log("Modem: Invalid character in phone number %s\n", entry.phone);
pclog("Modem: Invalid character in phone number %s\n", entry.phone);
continue;
}