Skip to content

Commit

Permalink
docs: Change warning message to be more generic
Browse files Browse the repository at this point in the history
  • Loading branch information
goeh committed Sep 19, 2021
1 parent e49b678 commit a3d8af1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ private Properties getProperties() {
fis = new FileInputStream(file);
prop.load(fis);
} else {
log.log(Level.WARNING, PROPERTIES_FILE + " not found, using HSQL file storage.");
log.log(Level.WARNING, PROPERTIES_FILE + " not found, using default storage.");
}
} catch (IOException e) {
throw new RuntimeException(e);
Expand Down

0 comments on commit a3d8af1

Please sign in to comment.