Skip to content

Commit

Permalink
network logger console was incorrectly passed
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed May 19, 2024
1 parent 1bf6d04 commit bc96260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ int main(void)
.log_console = getCoreSettings()->core_log_console},
.network_logger_data = (logger_construction_data_t){.log_file_path = getNetworkLoggerFullPath(),
.log_level = getCoreSettings()->network_log_level,
.log_console = getCoreSettings()->network_log_level},
.log_console = getCoreSettings()->network_log_console},
.dns_logger_data = (logger_construction_data_t){.log_file_path = getDnsLoggerFullPath(),
.log_level = getCoreSettings()->dns_log_level,
.log_console = getCoreSettings()->dns_log_console},
Expand Down

0 comments on commit bc96260

Please sign in to comment.