Write to std err

This commit is contained in:
Tom Deakin 2016-04-28 23:37:53 +01:00
parent f5ba77f4bd
commit 00305ba120

View File

@ -146,7 +146,7 @@ void CUDAStream<T>::listDevices(void)
// Print device names
if (count == 0)
{
std::cout << "No devices found." << std::endl;
std::cerr << "No devices found." << std::endl;
}
else
{