aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-11-13 06:52:42 +0100
committerHarald Welte <laforge@gnumonks.org>2015-01-05 14:05:32 +0100
commite5d2c60ae661e801b7049a2c9526712ded895cc1 (patch)
tree1cb339ed9581cf7e105fef07655dc337fc4f1ac9
parent6995f24831b70ef64bd08976f2aecc5314fe9862 (diff)
SMS: Attempting to send SMS is not a NOTICEable event
-rw-r--r--openbsc/src/libmsc/sms_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/libmsc/sms_queue.c b/openbsc/src/libmsc/sms_queue.c
index 3ed8b562a..5dbe81f2f 100644
--- a/openbsc/src/libmsc/sms_queue.c
+++ b/openbsc/src/libmsc/sms_queue.c
@@ -217,7 +217,7 @@ static void sms_submit_pending(void *_data)
unsigned long long first_sub = 0;
int attempted = 0, rounds = 0;
- LOGP(DLSMS, LOGL_NOTICE, "Attempting to send %d SMS\n", attempts);
+ LOGP(DLSMS, LOGL_DEBUG, "Attempting to send %d SMS\n", attempts);
do {
struct gsm_sms_pending *pending;