aboutsummaryrefslogtreecommitdiffstats
path: root/src/nmt/nmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nmt/nmt.c')
-rw-r--r--src/nmt/nmt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nmt/nmt.c b/src/nmt/nmt.c
index fd82515..c8bcabb 100644
--- a/src/nmt/nmt.c
+++ b/src/nmt/nmt.c
@@ -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) {