sms: Fix the log message and end with a new newline.
diff --git a/openbsc/src/sms_queue.c b/openbsc/src/sms_queue.c
index 5e92be5..fe6eb31 100644
--- a/openbsc/src/sms_queue.c
+++ b/openbsc/src/sms_queue.c
@@ -253,7 +253,7 @@
 		/* no need to send a pending sms */
 		if (sms_is_in_pending(smsq, sms)) {
 			LOGP(DSMS, LOGL_DEBUG,
-			     "SMSqueue with pending sms: %llu\n. Skipping", sms->id);
+			     "SMSqueue with pending sms: %llu. Skipping\n", sms->id);
 			sms_free(sms);
 			continue;
 		}