From: Zdeněk Salvet Date: Thu, 18 Mar 2010 10:19:45 +0000 (+0000) Subject: Add missing newline in warning. X-Git-Tag: glite-jobid-api-c_R_1_0_2_1~68 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=a563a049dea970cb171e72bbc268a33759e5e31f;p=jra1mw.git Add missing newline in warning. --- diff --git a/org.glite.lbjp-common.db/src/db-mysql.c b/org.glite.lbjp-common.db/src/db-mysql.c index 6c908d1..d3ed647 100644 --- a/org.glite.lbjp-common.db/src/db-mysql.c +++ b/org.glite.lbjp-common.db/src/db-mysql.c @@ -276,7 +276,7 @@ int glite_lbu_InitDBContextMysql(glite_lbu_DBContext *ctx_gen) { // check the runtime version ver_u = mysql_module.mysql_get_client_version(); if (ver_u != MYSQL_VERSION_ID) { - fprintf(stderr,"Warning: MySQL library version mismatch (compiled '%d', runtime '%d')", MYSQL_VERSION_ID, ver_u); + fprintf(stderr,"Warning: MySQL library version mismatch (compiled '%d', runtime '%d')\n", MYSQL_VERSION_ID, ver_u); #ifdef SYSLOG_H syslog(LOG_WARNING,"MySQL library version mismatch (compiled '%d', runtime '%d')", MYSQL_VERSION_ID, ver_u); #endif