dexter has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/71/11671/1

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: newchange
Gerrit-Change-Id: I085cf7b4a45708ccb883f70f71f4fbcfda58d332
Gerrit-Change-Number: 11671
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>

Reply via email to