Debug MAP fix
All checks were successful
Source release / source-package (push) Successful in 36s

This commit is contained in:
Mario Fetka
2026-05-26 17:38:22 +02:00
parent 52d6d76c34
commit 12b9106732

View File

@@ -928,7 +928,7 @@ static int build_base(int namespace,
XDPRINTF((3, 0,
"MAPDEBUG build_base LEAVE result=%d basehandle=0x%lx path=%s rets=`%s`",
result, dbg_dbe ? (unsigned long)dbg_dbe->basehandle : 0UL,
dbg_dbe ? debug_nwpath_name(&(dbg_dbe->nwpath)) : (uint8*)"<null>",
dbg_dbe ? debug_nwpath_name(&(dbg_dbe->nwpath)) : (char*)"<null>",
rets ? (char*)rets : ""));
} else {
XDPRINTF((3, 0, "MAPDEBUG build_base LEAVE result=-0x%x rets=`%s`",