mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Add connection label to MySQL connects
This commit is contained in:
+2
-1
@@ -260,7 +260,8 @@ int main(int argc, char** argv) {
|
||||
Config->ContentDbUsername.c_str(),
|
||||
Config->ContentDbPassword.c_str(),
|
||||
Config->ContentDbName.c_str(),
|
||||
Config->ContentDbPort
|
||||
Config->ContentDbPort,
|
||||
"content"
|
||||
)) {
|
||||
LogError("Cannot continue without a content database connection");
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user