# HG changeset patch # User Daniel Atallah # Date 1193714381 0 # Node ID c103b0ea456f2e72987269a03ef3305a0d1aa4e1 # Parent e3192d7035852d43834a747def990fc44b3b42d6 Add some missing debugging newlines. diff -r e3192d703585 -r c103b0ea456f pidgin/gtksession.c --- a/pidgin/gtksession.c Tue Oct 30 02:44:36 2007 +0000 +++ b/pidgin/gtksession.c Tue Oct 30 03:19:41 2007 +0000 @@ -82,7 +82,7 @@ if (opening) { purple_debug(PURPLE_DEBUG_INFO, "Session Management", - "Handling new ICE connection... "); + "Handling new ICE connection... \n"); /* ensure ICE connection is not passed to child processes */ fcntl(IceConnectionNumber(connection), F_SETFD, FD_CLOEXEC); @@ -96,7 +96,7 @@ *watch_data = conninfo; } else { purple_debug(PURPLE_DEBUG_INFO, "Session Management", - "Handling closed ICE connection... "); + "Handling closed ICE connection... \n"); /* get the input ID back and stop watching it */ conninfo = (struct ice_connection_info*) *watch_data;