Update ExileServer_system_database_connect.sqf
Update logs file location
This commit is contained in:
parent
ed565dbf73
commit
73bf6e16e0
@ -43,7 +43,7 @@ catch
|
|||||||
if (!_error_locked) then
|
if (!_error_locked) then
|
||||||
{
|
{
|
||||||
"MySQL connection error!" call ExileServer_util_log;
|
"MySQL connection error!" call ExileServer_util_log;
|
||||||
"Please have a look at @ExileServer/logs/ to find out what went wrong." call ExileServer_util_log;
|
"Please have a look at @extDB3/logs/ to find out what went wrong." call ExileServer_util_log;
|
||||||
format ["MySQL Error: %1", _exception] call ExileServer_util_log;
|
format ["MySQL Error: %1", _exception] call ExileServer_util_log;
|
||||||
"Server will shutdown now :(" call ExileServer_util_log;
|
"Server will shutdown now :(" call ExileServer_util_log;
|
||||||
//"extDB3" callExtension "9:SHUTDOWN"; Not implemented in extDB3
|
//"extDB3" callExtension "9:SHUTDOWN"; Not implemented in extDB3
|
||||||
|
Loading…
Reference in New Issue
Block a user