mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
base-tukija: Print name of PD for which create_ec failed.
This commit is contained in:
@@ -194,7 +194,7 @@ void Platform_thread::start(void *ip, void *sp)
|
||||
pd_utcb, 0, _sel_exc_base,
|
||||
THREAD_GLOBAL);
|
||||
if (res != NOVA_OK) {
|
||||
error("create_ec returned ", res);
|
||||
error("create_ec returned ", res, " for ", _pd.name());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user