Fixed debug output.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21689 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2007-07-23 00:52:07 +00:00
parent 965b10ccaa
commit 528e58c58e
+1 -1
View File
@@ -481,7 +481,7 @@ vm_cache_remove_consumer(vm_cache *cache, vm_cache *consumer)
|| cache->consumers.link.next != cache->consumers.link.prev
|| consumer != list_get_first_item(&cache->consumers)) {
dprintf("vm_cache_remove_consumer(): cache %p was modified; "
"not merging it\n");
"not merging it\n", cache);
merge = false;
cache->busy = false;
mutex_unlock(&consumer->lock);