base-tukija: Print name of PD for which create_ec failed.

This commit is contained in:
Michael Mueller
2025-09-18 16:18:32 +02:00
parent 12a844ad90
commit 98b545d136

View File

@@ -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;
}