lynxis lazus has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-msc/+/38110?usp=email )


Change subject: libvlr: use correct log facility within the VLR
......................................................................

libvlr: use correct log facility within the VLR

Change-Id: Ia3170c3fe48402ab01bf994fd8d3fa8eec699647
---
M src/libvlr/vlr.c
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/src/libvlr/vlr.c b/src/libvlr/vlr.c
index e8ff1b1..e190132 100644
--- a/src/libvlr/vlr.c
+++ b/src/libvlr/vlr.c
@@ -476,7 +476,7 @@
        for (tried = 0; tried < 100; tried++) {
                rc = osmo_get_rand_id((uint8_t *) &tmsi, sizeof(tmsi));
                if (rc < 0) {
-                       LOGP(DDB, LOGL_ERROR, "osmo_get_rand_id() failed: 
%s\n", strerror(-rc));
+                       LOGP(DVLR, LOGL_ERROR, "osmo_get_rand_id() failed: 
%s\n", strerror(-rc));
                        return rc;
                }


--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/38110?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Ia3170c3fe48402ab01bf994fd8d3fa8eec699647
Gerrit-Change-Number: 38110
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lyn...@fe80.eu>

Reply via email to