Skip to content

Commit

Permalink
Daemon: Cmon man.
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Mar 19, 2024
1 parent cf8c5e3 commit 824b7b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void onChange() {

private static void reload() throws IOException {
if (!CONFIG_FILE.exists()) {
FastLogger.logStatic("Config file doesn't exist, creating a new file. Modify it and restart DBOHTTP.");
FastLogger.logStatic("Config file doesn't exist, creating a new file. Modify it and restart LogStrudel.");
Files.writeString(
CONFIG_FILE.toPath(),
Rson.DEFAULT
Expand Down

0 comments on commit 824b7b9

Please sign in to comment.