[client,common] include binary name in client buildconfig
This commit is contained in:
parent
edf562126e
commit
ecc84158b7
@ -315,7 +315,8 @@ int freerdp_client_settings_parse_command_line_ex(
|
|||||||
if (!freerdp_client_settings_post_process(settings))
|
if (!freerdp_client_settings_post_process(settings))
|
||||||
status = -1;
|
status = -1;
|
||||||
|
|
||||||
WLog_DBG(TAG, "This is %s %s", freerdp_get_version_string(), freerdp_get_build_config());
|
const char* name = (argc > 0) ? argv[0] : "argc < 1";
|
||||||
|
WLog_DBG(TAG, "This is [%s] %s %s", name, freerdp_get_version_string(), freerdp_get_build_config());
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user