Skip to content
Snippets Groups Projects
Commit 8452c51e authored by Colin Corrigan's avatar Colin Corrigan Committed by Aaron Bauman
Browse files

Issue #3070161 by cwcorrigan: trigger_error needs to use a USER level error

parent e84a10f6
No related branches found
No related tags found
No related merge requests found
......@@ -508,5 +508,5 @@ function _salesforce_drush_get_mapping($name = NULL) {
* Trigger a deprecation error.
*/
function _drush_salesforce_deprecated() {
trigger_error('Salesforce module support for Drush 8 is deprecated and will be removed in a future release', E_DEPRECATED);
trigger_error('Salesforce module support for Drush 8 is deprecated and will be removed in a future release', E_USER_DEPRECATED);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment