mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-20 14:11:02 +10:00
Fixed an issue regarding ACLs and Sahara handling
This commit is contained in:
@@ -320,7 +320,7 @@ namespace WPinternals
|
||||
{
|
||||
LogFile.Log("Problem while starting programmer. Attempting again.", LogType.FileAndConsole);
|
||||
}
|
||||
} while (!Started || count >= 3);
|
||||
} while (!Started || count < 3);
|
||||
if (count >= 3 && !Started)
|
||||
{
|
||||
LogFile.Log("Maximum number of attempts to start the programmer exceeded.", LogType.FileAndConsole);
|
||||
|
||||
Reference in New Issue
Block a user