diff libfdcore/core.c @ 974:2091bf698fb1

Remove newlines from fd_log_debug, TRACE_DEBUG, TRACE_ERROR, and TRACE_DEBUG_ERROR (as far as sed could find them) with manual fixing afterwards.
author Thomas Klausner <tk@giga.or.at>
date Thu, 14 Mar 2013 18:14:35 +0100
parents d95cd3ca9e8d
children ab99bc1d5492
line wrap: on
line diff
--- a/libfdcore/core.c	Thu Mar 14 17:31:16 2013 +0100
+++ b/libfdcore/core.c	Thu Mar 14 18:14:35 2013 +0100
@@ -130,7 +130,7 @@
 				goto end;
 			
 			default:
-				TRACE_DEBUG(INFO, "Unexpected event in the main event queue (%d), ignored.\n", code);
+				TRACE_DEBUG(INFO, "Unexpected event in the main event queue (%d), ignored.", code);
 		}
 	}
 	
@@ -153,7 +153,7 @@
 	
 	CHECK_FCT_DO( fd_event_trig_fini(), );
 	
-	fd_log_debug(FD_PROJECT_BINARY " framework is terminated.\n");
+	fd_log_debug(FD_PROJECT_BINARY " framework is terminated.");
 	
 	fd_libproto_fini();
 	
"Welcome to our mercurial repository"