diff include/freeDiameter/extension.h @ 994:1e1d6f94cd94

Remove more newlines.
author Thomas Klausner <tk@giga.or.at>
date Mon, 18 Mar 2013 13:22:07 +0100
parents 98f43c0ddfa4
children a89913941dcf
line wrap: on
line diff
--- a/include/freeDiameter/extension.h	Sun Mar 17 16:23:12 2013 +0100
+++ b/include/freeDiameter/extension.h	Mon Mar 18 13:22:07 2013 +0100
@@ -51,14 +51,14 @@
 int fd_ext_init(int major, int minor, char * conffile) {				\
 	if ((major != FD_PROJECT_VERSION_MAJOR)						\
 		|| (minor != FD_PROJECT_VERSION_MINOR)) {				\
-		TRACE_ERROR("This extension (" _name ") was compiled for a different version of freeDiameter.\n");	\
+		TRACE_ERROR("This extension (" _name ") was compiled for a different version of freeDiameter.");	\
 		TRACE_DEBUG(INFO, "daemon %d.%d != ext %d.%d",				\
 			major, minor,							\
 			FD_PROJECT_VERSION_MAJOR, FD_PROJECT_VERSION_MINOR);		\
 		return EINVAL;								\
 	}										\
 	if (extension_loaded) {								\
-		TRACE_ERROR("Extension (" _name ") cannot be loaded twice!\n");		\
+		TRACE_ERROR("Extension (" _name ") cannot be loaded twice!");		\
 		return ENOTSUP;								\
 	}										\
 	extension_loaded++;								\
"Welcome to our mercurial repository"