Skip to content

Commit

Permalink
fix setting log facilities
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Mar 27, 2024
1 parent 38a6b7b commit 866a71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ebusd/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ int main(int argc, char* argv[], char* envp[]) {
}

if (s_opt.logAreas != -1 || s_opt.logLevel != ll_COUNT) {
setFacilitiesLogLevel(1 << ll_COUNT, ll_none);
setFacilitiesLogLevel(1 << lf_COUNT, ll_none);
setFacilitiesLogLevel(s_opt.logAreas, s_opt.logLevel);
}

Expand Down

0 comments on commit 866a71f

Please sign in to comment.