fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/16138 )
Change subject: logging/vty: do not print deprecated logging commands to stdin ...................................................................... logging/vty: do not print deprecated logging commands to stdin Yes, we don't really need to poison stdout, as some osmo-* binaries (like osmo-gapk) may want to use it for non-logging purposes. This printf() call looks like a debugging leftover. Change-Id: Ida35865b1c0bb3d3567918f8e89c6551c6b34103 --- M src/vty/logging_vty.c 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/38/16138/1 diff --git a/src/vty/logging_vty.c b/src/vty/logging_vty.c index 88ee330..9615943 100644 --- a/src/vty/logging_vty.c +++ b/src/vty/logging_vty.c @@ -1007,7 +1007,6 @@ OSMO_ASSERT(cmd); cmd->string = talloc_asprintf(cmd, "logging level %s (debug|info|notice|error|fatal)", name); - printf("%s\n", cmd->string); cmd->func = log_deprecated_func; cmd->doc = LEVEL_STR "Deprecated Category\n"; -- To view, visit https://gerrit.osmocom.org/c/libosmocore/+/16138 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmocore Gerrit-Branch: master Gerrit-Change-Id: Ida35865b1c0bb3d3567918f8e89c6551c6b34103 Gerrit-Change-Number: 16138 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <axilira...@gmail.com> Gerrit-MessageType: newchange