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:
parent
93763c5005
commit
85292ad051
1 changed files with 1 additions and 1 deletions
|
@ -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 ) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue