[Pkg-voip-commits] [bctoolbox] 19/60: Add a temporary log
Bernhard Schmidt
berni at moszumanska.debian.org
Sun Oct 15 22:42:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
berni pushed a commit to branch debian/sid
in repository bctoolbox.
commit b0b7fa1a6ab1e4467c8fcbff98335ff1668319cf
Author: Benjamin Reis <benjamin.reis at belledonne-communications.com>
Date: Wed Apr 5 09:25:42 2017 +0200
Add a temporary log
---
src/logging/logging.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/logging/logging.c b/src/logging/logging.c
index baf90d9..edb182b 100644
--- a/src/logging/logging.c
+++ b/src/logging/logging.c
@@ -134,6 +134,7 @@ bctbx_log_handler_t* bctbx_create_file_log_handler(uint64_t max_size, const char
*
**/
void bctbx_add_log_handler(bctbx_log_handler_t* handler){
+ printf("Adding a log handler ! \n");
if (!bctbx_list_find(__bctbx_logger.logv_outs, handler))
__bctbx_logger.logv_outs = bctbx_list_append(__bctbx_logger.logv_outs, (void*)handler);
/*else, already in*/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/bctoolbox.git
More information about the Pkg-voip-commits
mailing list