increased verbosity.

This commit is contained in:
Martin Preuss
2025-09-29 14:33:39 +02:00
parent b6997f3640
commit 0c6f932765

View File

@@ -257,6 +257,7 @@ int _penCreate(AQDG_DRAW_CONTEXT *g, uint32_t frontColour, int lineWidth, int da
AQDG_Draw_Pen_SetDashType(pen, dashType); AQDG_Draw_Pen_SetDashType(pen, dashType);
AQDG_Draw_Pen_List_Add(pen, xg->penList); AQDG_Draw_Pen_List_Add(pen, xg->penList);
DBG_ERROR(NULL, "Created pen %d", xg->lastPenId);
return xg->lastPenId; return xg->lastPenId;
} }