]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/Gigi.java
upd: added warning to error message
[gigi.git] / src / club / wpia / gigi / Gigi.java
index 36e8c8ccc1064f17486dc7ce4e086d66ccc5d2fa..e4190154773deb80e68ec9c5462ef76b827d8ad7 100644 (file)
@@ -319,8 +319,8 @@ public final class Gigi extends HttpServlet {
             if (knownPasswordHashesRequired) {
                 throw new RuntimeException("Error while opening password hash database, refusing startup", e);
             } else {
-                System.err.println("Error while opening password hash database, passwords will be checked only by strength");
-                if (!(e instanceof NoSuchFileException)) {
+                System.err.println("Warning: A problem was encountered while opening the password hash database, passwords will be checked only by strength.");
+                if ( !(e instanceof NoSuchFileException)) {
                     e.printStackTrace();
                 }
                 return new PasswordStrengthChecker();