From ad80d6b1c1e73f472beceb7ab4891db94b88c7ba Mon Sep 17 00:00:00 2001 From: Mark Hills Date: Mon, 17 Mar 2014 08:57:21 +0000 Subject: [PATCH] Be less verbose --- tx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tx.c b/tx.c index 929ff42..f7e9c6e 100644 --- a/tx.c +++ b/tx.c @@ -224,7 +224,7 @@ int main(int argc, char *argv[]) ortp_init(); ortp_scheduler_init(); - ortp_set_log_level_mask(ORTP_MESSAGE|ORTP_WARNING|ORTP_ERROR); + ortp_set_log_level_mask(ORTP_WARNING|ORTP_ERROR); session = create_rtp_send(addr, port); assert(session != NULL);