diff libfdcore/core.c @ 1107:96f2051215c8

Replaced calls to TRACE_sSA and sSA_DUMP_NODE* macros
author Sebastien Decugis <sdecugis@freediameter.net>
date Sun, 12 May 2013 16:39:07 +0200
parents f38d77f9cfd3
children 84162710428e
line wrap: on
line diff
--- a/libfdcore/core.c	Fri May 10 13:26:03 2013 +0200
+++ b/libfdcore/core.c	Sun May 12 16:39:07 2013 +0200
@@ -219,12 +219,12 @@
 	
 	/* Display configuration */
 	b = fd_conf_dump(&buf, &len, NULL);
-	LOG_N("%s\n", b ?: "Error during configuration dump...");
+	LOG_N("%s", b ?: "Error during configuration dump...");
 	
 	/* Display registered triggers for FDEV_TRIGGER */
 	b = fd_event_trig_dump(&buf, &len, &offset);
 	if (!b || offset) {
-		LOG_N("%s\n", b ?: "Error during triggers dump...");
+		LOG_N("%s", b ?: "Error during triggers dump...");
 	}
 	
 	free(buf);	
"Welcome to our mercurial repository"