mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2024-11-23 00:33:44 +00:00
Buildfix in release
This commit is contained in:
parent
7646a04c51
commit
bcb800ffef
1 changed files with 2 additions and 0 deletions
|
@ -51,7 +51,9 @@ namespace tawashi {
|
|||
}
|
||||
|
||||
inline const boost::string_ref& SettingsBag::at (boost::string_ref parIndex) const {
|
||||
#if defined(SPDLOG_DEBUG_ON)
|
||||
SPDLOG_DEBUG(spdlog::get("statuslog"), "Retrieving setting \"{}\"", std::string(parIndex.data(), parIndex.size()));
|
||||
#endif
|
||||
return (*this)[parIndex];
|
||||
}
|
||||
} //namespace tawashi
|
||||
|
|
Loading…
Reference in a new issue