summaryrefslogtreecommitdiff
path: root/src/asset-manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/asset-manager.cpp')
-rw-r--r--src/asset-manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asset-manager.cpp b/src/asset-manager.cpp
index b7a82fd..a19937a 100644
--- a/src/asset-manager.cpp
+++ b/src/asset-manager.cpp
@@ -268,7 +268,7 @@ void AM_GC() {
for (long i = 0; i < Asset_BucketContainer.pkeHandle.itemIndex; ++i) {
Asset &asset = Asset_BucketContainer.buckets[b][i];
if (asset.referenceCount > 0) {
- fprintf(stderr, "[AM_GC] Asset '%.16s' still in use, count: %i", asset.key, asset.referenceCount);
+ fprintf(stderr, "[AM_GC] Asset '%.16s' still in use, count: %i\n", asset.key, asset.referenceCount);
continue;
}
if (asset.ptr != nullptr && asset.ptr != CAFE_BABE(void) && !PK_HAS_FLAG(asset.flags, PKE_ASSET_FLAGS_MEM_STATIC)) {