aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc/vty_interface_layer3.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-11-10 19:46:58 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-11-21 21:33:03 +0100
commiteff4094950cb7e796ae8baee065528617349b0a8 (patch)
treea2ac7ff6e6895b77d531a832a161efcdac11705b /openbsc/src/libmsc/vty_interface_layer3.c
parent366c33185b23489de01ca2edd0c9b39e68748452 (diff)
sms: Use the DLSMS instead of the DSMS category throughout our code
Diffstat (limited to 'openbsc/src/libmsc/vty_interface_layer3.c')
-rw-r--r--openbsc/src/libmsc/vty_interface_layer3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/libmsc/vty_interface_layer3.c b/openbsc/src/libmsc/vty_interface_layer3.c
index 720275631..11bf354f6 100644
--- a/openbsc/src/libmsc/vty_interface_layer3.c
+++ b/openbsc/src/libmsc/vty_interface_layer3.c
@@ -153,7 +153,7 @@ static int _send_sms_str(struct gsm_subscriber *receiver, char *str,
/* store in database for the queue */
if (db_sms_store(sms) != 0) {
- LOGP(DSMS, LOGL_ERROR, "Failed to store SMS in Database\n");
+ LOGP(DLSMS, LOGL_ERROR, "Failed to store SMS in Database\n");
sms_free(sms);
return CMD_WARNING;
}