Added buildconfig output to debug log level.

This commit is contained in:
akallabeth 2020-03-20 13:05:01 +01:00
parent cf2f674283
commit 82449a9c7d
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;
}