Update SmartArrayControllerTool.cpp
This commit is contained in:
parent
031b3a0dcf
commit
3e325e6c03
@ -197,6 +197,9 @@ int wmain(int argc, wchar_t* argv[])
|
|||||||
case ERROR_INVALID_PARAMETER:
|
case ERROR_INVALID_PARAMETER:
|
||||||
errorCode = L"ERROR_INVALID_PARAMETER";
|
errorCode = L"ERROR_INVALID_PARAMETER";
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
std::wcerr << L"GetLastError(): " << std::hex << GetLastError() << std::endl;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::wcerr << L"Failed to send request, error: " << errorCode << std::endl;
|
std::wcerr << L"Failed to send request, error: " << errorCode << std::endl;
|
||||||
|
Loading…
Reference in New Issue
Block a user