UsbDkControoler: Beautify "device hidden" printout
Signed-off-by: Dmitry Fleytman <dfleytma@redhat.com>
This commit is contained in:
parent
f3085100ae
commit
0112e50259
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue