фикс: билда релизной версии
This commit is contained in:
@@ -36,8 +36,8 @@ http::resource::StaticFileFactory::StaticFileDef::StaticFileDef(const std::strin
|
||||
BOOST_LOG_TRIVIAL(info) << "Skip loading static file " << this->webPath;
|
||||
}
|
||||
#else
|
||||
BOOST_LOG_TRIVIAL(info) << "Load static file " << this->path;
|
||||
loadFile(this->path, this->content);
|
||||
BOOST_LOG_TRIVIAL(info) << "Load static file " << path;
|
||||
loadFile(path, this->content);
|
||||
#endif
|
||||
}
|
||||
http::resource::StaticFileFactory::StaticFileDef::~StaticFileDef() = default;
|
||||
|
Reference in New Issue
Block a user