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:
Martin Stein 2014-03-12 13:41:05 +01:00 committed by Norman Feske
parent a34227cdda
commit ff28a89000

View File

@ -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);
/*