hnbgw: Lower level of SCTP notif. msg to debug and set default log level to info
diff --git a/src/hnbgw.c b/src/hnbgw.c
index 0f05033..d8ef32d 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -141,7 +141,7 @@
 		msgb_put(msg, rc);
 
 	if (flags & MSG_NOTIFICATION) {
-		LOGP(DMAIN, LOGL_INFO, "Ignoring SCTP notification\n");
+		LOGP(DMAIN, LOGL_DEBUG, "Ignoring SCTP notification\n");
 		msgb_free(msg);
 		return 0;
 	}
@@ -226,7 +226,7 @@
 
 static const struct log_info_cat log_cat[] = {
 	[DMAIN] = {
-		.name = "DMAIN", .loglevel = LOGL_DEBUG, .enabled = 1,
+		.name = "DMAIN", .loglevel = LOGL_INFO, .enabled = 1,
 		.color = "",
 		.description = "Main program",
 	},