Decreased logging verbosity.

This commit is contained in:
Armin Novak 2014-09-15 19:50:50 +02:00
parent 417e57d846
commit 1e622bc500
1 changed files with 1 additions and 1 deletions

View File

@ -1173,7 +1173,7 @@ int freerdp_client_settings_parse_command_line_arguments(rdpSettings* settings,
if (compatibility)
{
WLog_ERR(TAG, "WARNING: Using deprecated command-line interface!");
WLog_WARN(TAG, "Using deprecated command-line interface!");
return freerdp_client_parse_old_command_line_arguments(argc, argv, settings);
}
else