mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[3882a] Added a comma before library
This commit is contained in:
@@ -1270,7 +1270,7 @@ MySqlLeaseMgr::getDBVersion() {
|
||||
std::stringstream tmp;
|
||||
tmp << "MySQL backend " << CURRENT_VERSION_VERSION;
|
||||
tmp << "." << CURRENT_VERSION_MINOR;
|
||||
tmp << " library " << mysql_get_client_info();
|
||||
tmp << ", library " << mysql_get_client_info();
|
||||
return (tmp.str());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user