summaryrefslogtreecommitdiffstats
path: root/core/resource/binfile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'core/resource/binfile.cc')
-rw-r--r--core/resource/binfile.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/resource/binfile.cc b/core/resource/binfile.cc
index e17db50..b8e3db8 100644
--- a/core/resource/binfile.cc
+++ b/core/resource/binfile.cc
@@ -39,7 +39,8 @@ void resource::hard_cleanup<BinFile>(void)
for(const auto& it : resource_map) {
if(it.second.use_count() > 1L) {
spdlog::warn("resource: zombie resource [BinFile] {} [use_count={}]", it.first, it.second.use_count());
- } else {
+ }
+ else {
spdlog::debug("resource: releasing [BinFile] {}", it.first);
}