Pau Espin Pedrol has posted comments on this change. ( https://gerrit.osmocom.org/11910 )
Change subject: ctrl: print textual error on IPA parsing failure ...................................................................... Patch Set 1: (1 comment) https://gerrit.osmocom.org/#/c/11910/1/src/ctrl/control_if.c File src/ctrl/control_if.c: https://gerrit.osmocom.org/#/c/11910/1/src/ctrl/control_if.c@363 PS1, Line 363: LOGP(DLCTRL, LOGL_ERROR, "Failed to parse ip access message: %s\n", strerror(-ret)); Better keep the errno too: "(%d): %s\n", errno, strerror(-ret)). -- To view, visit https://gerrit.osmocom.org/11910 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmocore Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I49bb613b416d549f554fd9d23cd37b63954324db Gerrit-Change-Number: 11910 Gerrit-PatchSet: 1 Gerrit-Owner: Max <[email protected]> Gerrit-Reviewer: Jenkins Builder (1000002) Gerrit-CC: Pau Espin Pedrol <[email protected]> Gerrit-Comment-Date: Sun, 25 Nov 2018 22:24:00 +0000 Gerrit-HasComments: Yes Gerrit-HasLabels: No
