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 c65c5b4ea075ef6cef11fff9442ae0b15c1d6af7 (commit)
from 584f4b69d6d8bc0990c923ee5a144a7e3426b69a (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=c65c5b4ea075ef6cef11fff9442a…
commit c65c5b4ea075ef6cef11fff9442ae0b15c1d6af7
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Mar 15 13:20:23 2017 +0100
vty: cleanup logging functions
* remove unused parameter from logging_vty_add_cmds()
* mark log level descriptors static
* change internal static function int check_log_to_target() to more
appropriate bool should_log_to_target()
* deprecate log_vty_command_*() from public API as it should only be
used by logging_vty_add_cmds()
Change-Id: I0e9ddd7ba3ce211302d99a3494eb408907a2916e
Related: OS#71
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/logging.h | 4 ++--
include/osmocom/vty/logging.h | 2 +-
src/logging.c | 23 ++++++++++++-----------
src/vty/logging_vty.c | 6 +++---
tests/vty/vty_test.c | 2 +-
5 files changed, 19 insertions(+), 18 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications