UsbDkControoler: Beautify "device hidden" printout

Signed-off-by: Dmitry Fleytman <dfleytma@redhat.com>
This commit is contained in:
Dmitry Fleytman 2015-02-26 09:16:54 +02:00
parent f3085100ae
commit 0112e50259

View file

@ -224,7 +224,8 @@ static void Controller_HideDevice(TCHAR *RuleString)
if (UsbDk_AddHideRule(hiderHandle, &Rule))
{
tcout << TEXT("Hide rule loaded succesfully. Press any key to continue.") << endl;
tcout << TEXT("Hide rule loaded succesfully. ")
<< TEXT("Press any key to un-hide and continue.") << endl;
getchar();
}
else