Skip to content

Commit

Permalink
Raise log level for stagnant modules, for it will likely crash
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelortmann committed Oct 17, 2024
1 parent aa9bb93 commit 60b4f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ static void mainloop(int toplevel)
if (strcmp(p->name, "eggdrop") && strcmp(p->name, "encryption") &&
strcmp(p->name, "encryption2") && strcmp(p->name, "uptime")) {
f++;
debug1("stagnant module %s", p->name);
putlog(LOG_MISC, "*", "stagnant module %s", p->name);
}
}
if (f != 0) {
Expand Down

0 comments on commit 60b4f44

Please sign in to comment.