Fix: use logger instead of print on stdout

This commit is contained in:
Sheepit Renderfarm
2024-12-14 09:39:28 +00:00
parent 912a07850f
commit d3aa9c0835
6 changed files with 37 additions and 32 deletions

View File

@@ -756,7 +756,7 @@ import static com.sheepit.client.RenderSettings.UPDATE_METHOD_BY_TILE;
}
}
catch (NumberFormatException e) {
System.out.println("Exception 94: " + e);
log.error("Exception 94: " + e);
}
}
}