[bsc_mgcp] Print a message which mode is configured
diff --git a/openbsc/src/bsc_mgcp.c b/openbsc/src/bsc_mgcp.c
index 17c54d1..3d130db 100644
--- a/openbsc/src/bsc_mgcp.c
+++ b/openbsc/src/bsc_mgcp.c
@@ -1158,6 +1158,8 @@
 			inet_aton(forward_ip, &endp->remote);
 			endp->ci = CI_UNUSED + 23;
 		}
+
+		DEBUGP(DMGCP, "Configured for Audio Forwarding.\n");
 	} else {
 		bfd.when = BSC_FD_READ;
 		bfd.cb = read_call_agent;
@@ -1190,6 +1192,8 @@
 			DEBUGP(DMGCP, "Failed to register the fd\n");
 			return -1;
 		}
+
+		DEBUGP(DMGCP, "Configured for MGCP.\n");
 	}
 
 	/* initialisation */