Skip to content

Commit 77dce69

Browse files
committed
Update date in output message after docker ce is upgraded to 17.12
1 parent edda379 commit 77dce69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/worker/Worker.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static Connection connectToDB(String host) throws SQLException {
7474
try {
7575
conn = DriverManager.getConnection(url, "postgres", "");
7676
} catch (SQLException e) {
77-
System.err.println("Waiting for Stateful PostGreSQL Primary db on 02/28/2019");
77+
System.err.println("Waiting for Stateful PostGreSQL Primary db on 02-28-2019");
7878
sleep(1000);
7979
}
8080
}
@@ -88,7 +88,7 @@ static Connection connectToDB(String host) throws SQLException {
8888
System.exit(1);
8989
}
9090

91-
System.err.println("Connected to Stateful PostGreSQL Primary db on 02/26/2019");
91+
System.err.println("Connected to Stateful PostGreSQL Primary db on 02-28-2019");
9292
return conn;
9393
}
9494

0 commit comments

Comments
 (0)