summaryrefslogtreecommitdiff
path: root/src/mysql.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mysql.c')
-rw-r--r--src/mysql.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mysql.c b/src/mysql.c
index d0771faa0..97df90b2f 100644
--- a/src/mysql.c
+++ b/src/mysql.c
@@ -58,6 +58,7 @@ int db_mysql_init()
} else {
do_mysql = 1;
alog("MySQL has been enabled.");
+ alog("MySQL client version %s.",mysql_get_client_info());
}
/* The following configuration options are required.