diff libfdcore/core.c @ 994:1e1d6f94cd94

Remove more newlines.
author Thomas Klausner <tk@giga.or.at>
date Mon, 18 Mar 2013 13:22:07 +0100
parents ab99bc1d5492
children 0117a7746b21
line wrap: on
line diff
--- a/libfdcore/core.c	Sun Mar 17 16:23:12 2013 +0100
+++ b/libfdcore/core.c	Mon Mar 18 13:22:07 2013 +0100
@@ -193,7 +193,7 @@
 	#endif /* GNUTLS_VERSION_210 */
 	CHECK_GNUTLS_DO( gnutls_global_init(), return EINVAL );
 	if ( ! gnutls_check_version(GNUTLS_VERSION) ) {
-		TRACE_ERROR( "The GNUTLS library is too old; found '%s', need '" GNUTLS_VERSION "'\n", gnutls_check_version(NULL));
+		TRACE_ERROR( "The GNUTLS library is too old; found '%s', need '" GNUTLS_VERSION "'", gnutls_check_version(NULL));
 		return EINVAL;
 	} else {
 	#ifdef GNUTLS_VERSION_210
@@ -316,7 +316,7 @@
 		/* Just wait for core_runner_thread to complete and return gracefully */
 		ret = pthread_join(core_runner, &th_ret);
 		if (ret != 0) {
-			TRACE_ERROR( "Unable to wait for main framework thread termination: %s\n", strerror(ret));
+			TRACE_ERROR( "Unable to wait for main framework thread termination: %s", strerror(ret));
 			return ret;
 		}
 	}
"Welcome to our mercurial repository"