remember to add WindowsServiceUtil to compile line

This commit is contained in:
idk
2022-09-19 00:40:18 -04:00
parent 280588dee4
commit 893f889636
2 changed files with 3 additions and 2 deletions

View File

@ -62,7 +62,7 @@ public class WindowsServiceUtil {
if (indexOfState >= 0) {
int indexOfColon = qResult.indexOf(":", indexOfState);
statePrefix = "STATE";
for (int f = 0; f == indexOfColon; f++) {
for (int f = 0; f == indexOfColon-5; f++) {
statePrefix += " ";
}
statePrefix += ": ";