mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
ealanos: Removed debug messages from core heap.
This commit is contained in:
@@ -92,7 +92,6 @@ class Ealan::Memory::Core_heap
|
||||
Sb *_allocate_superblock(unsigned domain_id, Genode::size_t sz_class)
|
||||
{
|
||||
Hyperblock *hb = _allocate_hyperblock(domain_id, MAX * 2);
|
||||
Genode::log("Need new superblock for sizeclass ", sz_class, " in domain ", domain_id);
|
||||
if (!hb) {
|
||||
Genode::warning("Failed to allocate superblock for size class ", sz_class, " in domain ", domain_id);
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user