bug fixes

This commit is contained in:
znetsixe
2025-07-02 10:53:03 +02:00
parent b2eb8fe900
commit 8d2a3b80e7
2 changed files with 9 additions and 5 deletions

View File

@@ -501,7 +501,7 @@ class Machine {
// Update power measurement
break;
default:
this.logger.error(`Type '${type}' not recognized for measured update.`);
this.logger.error(`Type '${subType}' not recognized for measured update.`);
return;
}
}