Skip to content

Commit 532255f

Browse files
authored
Update PodTerminationMonitor.java
1 parent cdd956c commit 532255f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/uid2/shared/health/PodTerminationMonitor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private boolean checkPodTerminating() {
3939
File file = new File(File.separator + "app" + File.separator + "pod_terminating");
4040
boolean newStatus = file.exists();
4141
if (newStatus) {
42-
LOGGER.info("pod will terminate soon")
42+
LOGGER.info("pod will terminate soon");
4343
}
4444
cachedPodTerminating.set(newStatus);
4545
lastPodCheckTime = currentTime;

0 commit comments

Comments
 (0)