[Pkg-voip-commits] [bctoolbox] 20/60: remove 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 692b5dd3909eeddf2770b3c3403b1d357ad9c5f9
Author: Benjamin Reis <benjamin.reis at belledonne-communications.com>
Date:   Wed Apr 5 11:19:51 2017 +0200

    remove temporary log
---
 src/logging/logging.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/logging/logging.c b/src/logging/logging.c
index edb182b..baf90d9 100644
--- a/src/logging/logging.c
+++ b/src/logging/logging.c
@@ -134,7 +134,6 @@ 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