mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-12 13:48:30 +00:00
noux: make RM replay less noisy in release mode
As the message "replay: missing dataspace info for ..." occurs multiple times on every fork, it slows down at least noux_tool_chain_auto with hw_arndale about 10 seconds. To avoid this overhead in release mode I've turned it into a warning rather than an error. ref #1096
This commit is contained in:
parent
a34227cdda
commit
ff28a89000
@ -175,7 +175,7 @@ class Noux::Rm_session_component : public Rpc_object<Rm_session>
|
||||
|
||||
} else {
|
||||
|
||||
PERR("replay: missing ds_info for dataspace at addr 0x%lx",
|
||||
PWRN("replay: missing ds_info for dataspace at addr 0x%lx",
|
||||
curr->local_addr);
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user