mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-24 03:22:26 +00:00
Cleanup CloseFileLogs()
This commit is contained in:
parent
683a81a6c8
commit
7ce5acf701
@ -305,9 +305,6 @@ void EQEmuLogSys::MakeDirectory(std::string directory_name){
|
|||||||
|
|
||||||
void EQEmuLogSys::CloseFileLogs()
|
void EQEmuLogSys::CloseFileLogs()
|
||||||
{
|
{
|
||||||
if (EQEmuLogSys::log_platform == EQEmuExePlatform::ExePlatformZone){
|
|
||||||
//std::cout << "Closing down zone logs..." << std::endl;
|
|
||||||
}
|
|
||||||
if (process_log.is_open()){
|
if (process_log.is_open()){
|
||||||
process_log.close();
|
process_log.close();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user