discovery: Remove extra \n in g_debug()
authorOlivier Crête <olivier.crete@collabora.com>
Fri, 3 Oct 2014 21:44:59 +0000 (17:44 -0400)
committerOlivier Crête <olivier.crete@collabora.com>
Thu, 9 Oct 2014 20:26:07 +0000 (16:26 -0400)
agent/discovery.c

index 72c65df..f3a702d 100644 (file)
@@ -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) &&