Skip to content
Snippets Groups Projects
Commit 6fa36352 authored by pavel.uhanov's avatar pavel.uhanov
Browse files

Merge branch 'master' of gitlab.demlabs.net:cellframe/cellframe-node into feature-12348

parents 5fa42d81 1c69cab2
No related branches found
No related tags found
Loading
...@@ -235,7 +235,7 @@ int main( int argc, const char **argv ) ...@@ -235,7 +235,7 @@ int main( int argc, const char **argv )
log_it(L_NOTICE, "Log rotation every %lu min enabled, max log file size %lu MB", log_it(L_NOTICE, "Log rotation every %lu min enabled, max log file size %lu MB",
l_timeout_minutes, l_max_file_size); l_timeout_minutes, l_max_file_size);
int64_t l_timeout = l_timeout_minutes * 60000; int64_t l_timeout = l_timeout_minutes * 60000;
dap_common_enable_cleaner_log(l_timeout_minutes * 60000, &l_max_file_size); dap_common_enable_cleaner_log(l_timeout_minutes * 60000, l_max_file_size);
} }
if ( dap_enc_init() != 0 ){ if ( dap_enc_init() != 0 ){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment