Skip to content

Commit a0947d1

Browse files
committed
Updated log
1 parent f7047c3 commit a0947d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/ipgeolocation/services/database/DatabaseUpdateService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public void downloadDatabaseFromDatabaseDownloadAPI() {
9999

100100
if (!Files.exists(Path.of(workingDirectory))) {
101101
LOG.log(System.Logger.Level.ERROR,
102-
"{0} directory does not exist, creating it.",
102+
"{0} directory does not exist, Please create it.",
103103
workingDirectory);
104104
return;
105105
}

0 commit comments

Comments
 (0)