diff options
Diffstat (limited to 'src/mysql.c')
-rw-r--r-- | src/mysql.c | 1 |
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. |