LOG_xxxx __FILE__ , __LINE__ cleaned

This commit is contained in:
Baoulettes
2022-06-27 17:12:34 +02:00
parent 9e06677f46
commit 1cdaf454c2
31 changed files with 128 additions and 133 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ void SpeedMeter_DrawAllocEntry(SpeedMeterAllocEntry* this, GraphicsContext* gfxC
if (this->maxval == 0) {
osSyncPrintf(VT_FGCOL(RED));
LOG_NUM("this->maxval", this->maxval, __FILE__, __LINE__);
LOG_NUM("this->maxval", this->maxval);
osSyncPrintf(VT_RST);
} else {
OPEN_DISPS(gfxCtx);