We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edda379 commit 77dce69Copy full SHA for 77dce69
src/main/java/worker/Worker.java
@@ -74,7 +74,7 @@ static Connection connectToDB(String host) throws SQLException {
74
try {
75
conn = DriverManager.getConnection(url, "postgres", "");
76
} catch (SQLException e) {
77
- System.err.println("Waiting for Stateful PostGreSQL Primary db on 02/28/2019");
+ System.err.println("Waiting for Stateful PostGreSQL Primary db on 02-28-2019");
78
sleep(1000);
79
}
80
@@ -88,7 +88,7 @@ static Connection connectToDB(String host) throws SQLException {
88
System.exit(1);
89
90
91
- System.err.println("Connected to Stateful PostGreSQL Primary db on 02/26/2019");
+ System.err.println("Connected to Stateful PostGreSQL Primary db on 02-28-2019");
92
return conn;
93
94
0 commit comments