libosmocore.git branch master updated. 0.9.0-154-g3d79240

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Thu May 12 11:15:37 UTC 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".

The branch, master has been updated
       via  3d79240fb41270d58f9c33508e11f0c215951cc9 (commit)
      from  d71257fdb6d3ba3cfb60a87f4e29226cce6976f5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=3d79240fb41270d58f9c33508e11f0c215951cc9

commit 3d79240fb41270d58f9c33508e11f0c215951cc9
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue May 10 15:23:06 2016 +0200

    logging: Use __BASE_FILE__ instead of __FILE__
    
    Apparently __FILE__ expands to nasty '../../..' paths when BUILDDIR !=
    SRCDIR.  This in turn leads to ugly log lines like:
    
    <0000> ../../../../osmo-bts/src/common/rsl.c:1642 (bts=0,trx=0,ts=0,ss=0) Handing RLL msg UNIT_DATA_IND from LAPDm to MEAS REP
    
    Where we certainly wouldn't want the "../../../../osmo-bts" part.
    
    Change-Id: If6d2de33c3b6bb2943954bbd81eff261dc279d58
    Reviewed-on: https://gerrit.osmocom.org/38
    Tested-by: Jenkins Builder
    Reviewed-by: Harald Welte <laforge at gnumonks.org>

-----------------------------------------------------------------------

Summary of changes:
 include/osmocom/core/logging.h | 8 ++++----
 include/osmocom/core/utils.h   | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list