git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0bc0d8
)
Add missing newline in warning.
author
Zdeněk Salvet
<salvet@ics.muni.cz>
Thu, 18 Mar 2010 10:19:45 +0000
(10:19 +0000)
committer
Zdeně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
patch
|
blob
|
blame
|
history
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
(file)
--- 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