sms: Print 'network' or 'mobile' when creating the SMC/SMR
diff --git a/src/gsm/gsm0411_smc.c b/src/gsm/gsm0411_smc.c
index ff68c08..297850e 100644
--- a/src/gsm/gsm0411_smc.c
+++ b/src/gsm/gsm0411_smc.c
@@ -83,7 +83,8 @@
 	inst->mm_send = mm_send;
 
 	LOGP(DLSMS, LOGL_INFO,
-		SMC_LOG_STR "instance created\n", inst->id);
+		SMC_LOG_STR "instance created for %s\n",
+		inst->id, inst->network ? "network" : "mobile");
 }
 
 /* clear instance */