Small improvement

pull/177/head
M66B 6 years ago
parent 4387237a6f
commit 2abe595e11

@ -572,7 +572,7 @@ public class Log {
ex.getMessage() != null &&
(ex.getMessage().startsWith("Could not get application info") ||
ex.getMessage().startsWith("Unable to create service") ||
ex.getMessage().startsWith("Failure delivering result ")))
ex.getMessage().startsWith("Failure delivering result")))
return false;
/*
java.lang.RuntimeException: Could not get application info.

Loading…
Cancel
Save