Skip to content

Commit

Permalink
Lower opencl message to warning so users don't panic
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 5, 2018
1 parent e9deafc commit e70b71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsopenclutils.cpp
Expand Up @@ -302,7 +302,7 @@ bool QgsOpenClUtils::activate( const QString &preferredDeviceId )
{
QgsMessageLog::logMessage( QObject::tr( "Error %1 searching for OpenCL device: %2" )
.arg( errorText( e.err() ), QString::fromStdString( e.what() ) ),
LOGMESSAGE_TAG, Qgis::Critical );
LOGMESSAGE_TAG, Qgis::Warning );
sAvailable = false;
}
return sAvailable;
Expand Down

0 comments on commit e70b71b

Please sign in to comment.