Merge pull request #5985 from akallabeth/log_version_debug

Added buildconfig output to debug log level.
This commit is contained in:
Martin Fleisz 2020-03-26 09:55:46 +01:00 committed by GitHub
commit ca34fe4c12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -233,6 +233,7 @@ int freerdp_client_settings_parse_command_line(rdpSettings* settings, int argc,
if (!freerdp_client_settings_post_process(settings))
status = -1;
WLog_DBG(TAG, "This is %s", freerdp_get_build_config());
return status;
}