libgb: Remove dependency to openbsc/debug.h
diff --git a/openbsc/src/gprs/sgsn_main.c b/openbsc/src/gprs/sgsn_main.c
index 98cc600..a579e7e 100644
--- a/openbsc/src/gprs/sgsn_main.c
+++ b/openbsc/src/gprs/sgsn_main.c
@@ -226,6 +226,9 @@
 	if (rc < 0)
 		exit(1);
 
+	gprs_ns_set_log_ss(DNS);
+	gprs_bssgp_set_log_ss(DBSSGP);
+
 	sgsn_nsi = gprs_ns_instantiate(&sgsn_ns_cb, tall_bsc_ctx);
 	if (!sgsn_nsi) {
 		LOGP(DGPRS, LOGL_ERROR, "Unable to instantiate NS\n");