add more info to log prefixes

This commit is contained in:
Martin Michelsen
2023-10-29 18:29:34 -07:00
parent 5ff2694ded
commit 47198779b7
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -404,7 +404,7 @@ pair<uint8_t, uint8_t> ItemParameterTable::find_tool_by_id_t(uint32_t tool_table
}
}
}
throw runtime_error("invalid tool class");
throw runtime_error(string_printf("invalid tool class %08" PRIX32, item_id));
}
pair<uint8_t, uint8_t> ItemParameterTable::find_tool_by_id(uint32_t item_id) const {