16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 03:09:18 +02:00

Add log timer

This commit is contained in:
2025-07-23 14:48:17 +02:00
parent 1fba26c6cc
commit c98227a2e3
4 changed files with 36 additions and 4 deletions

View File

@@ -270,7 +270,6 @@ int
eu07_application::init( int Argc, char *Argv[] ) {
int result { 0 };
init_debug();
init_files();
if( ( result = init_settings( Argc, Argv ) ) != 0 ) {