1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-05 10:17:46 +00:00

fix exception crap from previous commit

This commit is contained in:
Tahir Akhlaq 2017-08-10 23:33:46 +01:00
parent 93763c5005
commit 85292ad051

View file

@ -54,7 +54,7 @@ void reloadConfig()
m_pConfig = boost::make_shared<Core::XMLConfig>(); m_pConfig = boost::make_shared<Core::XMLConfig>();
if (!m_pConfig->loadConfig(configPath)) if (!m_pConfig->loadConfig(configPath))
throw std::exception( std::string("Error loading config " + configPath).c_str() ); throw "Error loading config ";
} }
void print_request_info( shared_ptr<HttpServer::Request> request ) { void print_request_info( shared_ptr<HttpServer::Request> request ) {