From fa21e01e9b24bf8877a44a76b01e0192127e9abb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Cr=C3=AAte?= Date: Fri, 3 Oct 2014 17:44:59 -0400 Subject: [PATCH] discovery: Remove extra \n in g_debug() --- agent/discovery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/discovery.c b/agent/discovery.c index 72c65df..f3a702d 100644 --- a/agent/discovery.c +++ b/agent/discovery.c @@ -1016,7 +1016,7 @@ static gboolean priv_discovery_tick_unlocked (gpointer pointer) if (nice_debug_is_enabled ()) { gchar tmpbuf[INET6_ADDRSTRLEN]; nice_address_to_string (&cand->server, tmpbuf); - nice_debug ("Agent %p : discovery - scheduling cand type %u addr %s.\n", + nice_debug ("Agent %p : discovery - scheduling cand type %u addr %s.", agent, cand->type, tmpbuf); } if (nice_address_is_valid (&cand->server) && -- 2.7.4