corrections

This commit is contained in:
tildearrow 2025-06-14 17:50:13 -05:00
parent 99e11f83b6
commit 4089fd6594
3 changed files with 3 additions and 3 deletions

View file

@ -54,7 +54,7 @@ void DivExportGRUB::run() {
return;
}
if (IGNORED>0) {
logAppendf("WARNING: iPod .tone export ignoring %d unsupported system%c",IGNORED,IGNORED>1?'s':' ');
logAppendf("WARNING: GRUB export ignoring unsup sys count: %d",IGNORED);
}
size_t tickCount=0;