pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmo-gprs/+/30910 )

Change subject: llc: Log error loading gprs chiper plugins
......................................................................

llc: Log error loading gprs chiper plugins

Change-Id: Ie0438b444c2aff8991736806256fb67b59ee8bcc
---
M src/llc/llc.c
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  dexter: Looks good to me, approved
  fixeria: Looks good to me, but someone else must approve



diff --git a/src/llc/llc.c b/src/llc/llc.c
index 3ddba6a..1f52851 100644
--- a/src/llc/llc.c
+++ b/src/llc/llc.c
@@ -126,8 +126,10 @@
        int rc;
        OSMO_ASSERT(location == OSMO_GPRS_LLC_LOCATION_MS || location == 
OSMO_GPRS_LLC_LOCATION_SGSN)

-       if ((rc = gprs_cipher_load(cipher_plugin_path)) != 0)
+       if ((rc = gprs_cipher_load(cipher_plugin_path)) != 0) {
+               LOGLLC(LOGL_NOTICE, "Failed loading GPRS cipher plugins from 
%s\n", cipher_plugin_path);
                return rc;
+       }

        if (g_ctx)
                talloc_free(g_ctx);



1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted 
one.
--
To view, visit https://gerrit.osmocom.org/c/libosmo-gprs/+/30910
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: Ie0438b444c2aff8991736806256fb67b59ee8bcc
Gerrit-Change-Number: 30910
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <[email protected]>
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to