From b99da22eec9ff299141f51f94a5b6b88640d0b60 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 13 Jul 2024 19:48:53 +0200 Subject: w --- src/handle-page.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handle-page.inl b/src/handle-page.inl index dbf8dbcc..5eae88de 100644 --- a/src/handle-page.inl +++ b/src/handle-page.inl @@ -77,7 +77,7 @@ void Page::deallocate(Handle obj) auto& item = storage[index]; auto ctr = item.handle.counter++; if (ctr == (uint32_t)-1) [[unlikely]] - fm_debug("counter %s overflowed", FM_PRETTY_FUNCTION); + fm_debug("counter overflowed: %s", FM_PRETTY_FUNCTION); fm_assert(obj.counter == ctr); item.next = first_free; first_free = obj.index; -- cgit v1.2.3