Pau Espin Pedrol has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/11671 )

Change subject: cosmetic: remove forgotten debug printf
......................................................................

cosmetic: remove forgotten debug printf

the control interface command subscriber-list-active-v1 contains a stray
debug printf, lets remove it.

Change-Id: I085cf7b4a45708ccb883f70f71f4fbcfda58d332
---
M src/libmsc/ctrl_commands.c
1 file changed, 0 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Pau Espin Pedrol: Looks good to me, approved



diff --git a/src/libmsc/ctrl_commands.c b/src/libmsc/ctrl_commands.c
index b0625bb..e37cc94 100644
--- a/src/libmsc/ctrl_commands.c
+++ b/src/libmsc/ctrl_commands.c
@@ -54,7 +54,6 @@
                cmd->reply = talloc_asprintf_append(cmd->reply, "%s,%s\n",
                                                    vsub->imsi, vsub->msisdn);
        }
-       printf("%s\n", cmd->reply); /* <-- what? */
        return CTRL_CMD_REPLY;
 }
 CTRL_CMD_DEFINE_RO(subscriber_list, "subscriber-list-active-v1");

--
To view, visit https://gerrit.osmocom.org/11671
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I085cf7b4a45708ccb883f70f71f4fbcfda58d332
Gerrit-Change-Number: 11671
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>

Reply via email to