Add missing newline in warning.
authorZdeněk Salvet <salvet@ics.muni.cz>
Thu, 18 Mar 2010 10:19:45 +0000 (10:19 +0000)
committerZdeněk Salvet <salvet@ics.muni.cz>
Thu, 18 Mar 2010 10:19:45 +0000 (10:19 +0000)
org.glite.lbjp-common.db/src/db-mysql.c

index 6c908d1..d3ed647 100644 (file)
@@ -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