mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 12:04:55 +02:00
Merge pull request #267 from ricardoianelli/master
Rework on init/exit log messages.
This commit is contained in:
@@ -153,7 +153,6 @@ void Application::poll()
|
||||
void Application::exit()
|
||||
{
|
||||
m_stopping = true;
|
||||
g_logger.info("Exiting application..");
|
||||
}
|
||||
|
||||
void Application::close()
|
||||
|
@@ -129,7 +129,5 @@ void Logger::setLogFile(const std::string& file)
|
||||
g_logger.error(stdext::format("Unable to save log to '%s'", file));
|
||||
return;
|
||||
}
|
||||
|
||||
m_outFile << "\n== application started at " << stdext::date_time_string() << std::endl;
|
||||
m_outFile.flush();
|
||||
}
|
||||
|
Reference in New Issue
Block a user