Merge pull request #1247 from mariusgreuel/pr-silence-conf-path-detection

Silence conf path detection debug output
This commit is contained in:
Stefan Rueger 2022-12-31 14:57:27 +00:00 committed by GitHub
commit 9c3263a851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -819,10 +819,10 @@ int main(int argc, char * argv [])
executable_dirpath[executable_dirpath_len] = '\0'; executable_dirpath[executable_dirpath_len] = '\0';
// Debug output // Debug output
msg_debug("executable_abspath = %s\n", executable_abspath); msg_trace2("executable_abspath = %s\n", executable_abspath);
msg_debug("executable_abspath_len = %i\n", executable_abspath_len); msg_trace2("executable_abspath_len = %i\n", executable_abspath_len);
msg_debug("executable_dirpath = %s\n", executable_dirpath); msg_trace2("executable_dirpath = %s\n", executable_dirpath);
msg_debug("executable_dirpath_len = %i\n", executable_dirpath_len); msg_trace2("executable_dirpath_len = %i\n", executable_dirpath_len);
} }
/* /*
@ -878,9 +878,9 @@ int main(int argc, char * argv [])
} }
} }
// Debug output // Debug output
msg_debug("sys_config = %s\n", sys_config); msg_trace2("sys_config = %s\n", sys_config);
msg_debug("sys_config_found = %s\n", sys_config_found ? "true" : "false"); msg_trace2("sys_config_found = %s\n", sys_config_found ? "true" : "false");
msg_debug("\n"); msg_trace2("\n");
/* /*
* USER CONFIG * USER CONFIG