pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/openbsc/+/22991 )


Change subject: gitignore: Ignore configure~ file
......................................................................

gitignore: Ignore configure~ file

Change-Id: Ie2ec89307ca941e52cb898ce045e423c44f32658
---
M openbsc/.gitignore
M openbsc/tests/smpp/smpp_test.c
M openbsc/tests/subscr/subscr_test.c
3 files changed, 5 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/91/22991/1

diff --git a/openbsc/.gitignore b/openbsc/.gitignore
index a1695c6..e99632d 100644
--- a/openbsc/.gitignore
+++ b/openbsc/.gitignore
@@ -38,6 +38,7 @@
 libtool
 ltmain.sh
 m4/*.m4
+configure~

 # git-version-gen magic
 .tarball-version
diff --git a/openbsc/tests/smpp/smpp_test.c b/openbsc/tests/smpp/smpp_test.c
index 62fa9d2..e1e9a8b 100644
--- a/openbsc/tests/smpp/smpp_test.c
+++ b/openbsc/tests/smpp/smpp_test.c
@@ -67,6 +67,8 @@
        osmo_init_logging(&log_info);
        log_set_use_color(osmo_stderr_target, 0);
        log_set_print_filename(osmo_stderr_target, 0);
+       log_set_print_category(osmo_stderr_target, 0);
+       log_set_print_category_hex(osmo_stderr_target, 0);

        test_coding_scheme();
        return EXIT_SUCCESS;
diff --git a/openbsc/tests/subscr/subscr_test.c 
b/openbsc/tests/subscr/subscr_test.c
index 2a5d0e1..78fa7bb 100644
--- a/openbsc/tests/subscr/subscr_test.c
+++ b/openbsc/tests/subscr/subscr_test.c
@@ -106,6 +106,8 @@
        printf("Testing subscriber core code.\n");
        osmo_init_logging(&log_info);
        log_set_print_filename(osmo_stderr_target, 0);
+       log_set_print_category(osmo_stderr_target, 0);
+       log_set_print_category_hex(osmo_stderr_target, 0);

        dummy_net.subscr_group = &dummy_sgrp;
        dummy_sgrp.net         = &dummy_net;

--
To view, visit https://gerrit.osmocom.org/c/openbsc/+/22991
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Change-Id: Ie2ec89307ca941e52cb898ce045e423c44f32658
Gerrit-Change-Number: 22991
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-MessageType: newchange

Reply via email to