NMT: Fix SMS deliver output message

This commit is contained in:
Andreas Eversberg 2016-07-31 14:49:43 +02:00
parent bda55ca205
commit eb8a22e2c2
1 changed files with 2 additions and 2 deletions

View File

@ -1804,8 +1804,8 @@ inval:
caller_type = TYPE_UNKNOWN;
}
PDEBUG(DNMT, DEBUG_INFO, "SMS for subscriber '%s'\n", number);
printf("SMS sending '%s' -> '%s': %s\n", caller_id, number, sms);
PDEBUG(DNMT, DEBUG_INFO, "SMS from '%s' for subscriber '%s' with message '%s'\n", caller_id, number, message);
printf("SMS sending '%s' -> '%s': %s\n", caller_id, number, message);
rc = sms_out_setup(number, caller_id, caller_type, message);
if (rc < 0) {