diff --git a/completion/available/docker-machine.completion.bash b/completion/available/docker-machine.completion.bash index 5f67ee8b..7a70b72d 100644 --- a/completion/available/docker-machine.completion.bash +++ b/completion/available/docker-machine.completion.bash @@ -1,3 +1,3 @@ # shellcheck shell=bash -_log_error '"docker-machine" is now deprecated, and as such the bash completion for it is also deprecated. +_log_warning '"docker-machine" is now deprecated, and as such the bash completion for it is also deprecated. Please disable this completion.' diff --git a/completion/available/drush.completion.bash b/completion/available/drush.completion.bash index 1437dc66..6628c655 100644 --- a/completion/available/drush.completion.bash +++ b/completion/available/drush.completion.bash @@ -1,2 +1,2 @@ -_log_error 'Bash completion for "drush" is now deprecated, as it used code with incompatible license. +_log_warning 'Bash completion for "drush" is now deprecated, as it used code with incompatible license. Please disable this completion and use the instructions from "drush" developers instead.' diff --git a/completion/available/homesick.completion.bash b/completion/available/homesick.completion.bash index 49ff4d37..ed6f6e79 100644 --- a/completion/available/homesick.completion.bash +++ b/completion/available/homesick.completion.bash @@ -1,2 +1,2 @@ -_log_error 'Bash completion for "homesick" is now deprecated, as it used unlicensed code. +_log_warning 'Bash completion for "homesick" is now deprecated, as it used unlicensed code. Please disable this completion and use the instructions from "homesick" bash completion developers instead.' diff --git a/completion/available/todo.completion.bash b/completion/available/todo.completion.bash index c2ec1b1f..b5517d86 100644 --- a/completion/available/todo.completion.bash +++ b/completion/available/todo.completion.bash @@ -1,2 +1,2 @@ -_log_error 'Bash completion for "todo.txt-cli" is now deprecated, as it used code with incompatible license. +_log_warning 'Bash completion for "todo.txt-cli" is now deprecated, as it used code with incompatible license. Please disable this completion and use the instructions from "todo.txt-cli" developers instead.' diff --git a/completion/available/virsh.completion.bash b/completion/available/virsh.completion.bash index f73f4b99..6450b4a3 100644 --- a/completion/available/virsh.completion.bash +++ b/completion/available/virsh.completion.bash @@ -1,2 +1,2 @@ -_log_error 'Bash completion for "virsh" is now deprecated, as it used code with incompatible license. +_log_warning 'Bash completion for "virsh" is now deprecated, as it used code with incompatible license. Please disable this completion and use the instructions from "virsh" developers instead.' diff --git a/plugins/available/docker-machine.plugin.bash b/plugins/available/docker-machine.plugin.bash index 2bb441da..c233702e 100644 --- a/plugins/available/docker-machine.plugin.bash +++ b/plugins/available/docker-machine.plugin.bash @@ -1,5 +1,5 @@ # shellcheck shell=bash cite about-plugin about-plugin 'Helpers to get Docker setup correctly for docker-machine' -_log_error '"docker-machine" is now deprecated, and as such the plugin for it is also deprecated. +_log_warning '"docker-machine" is now deprecated, and as such the plugin for it is also deprecated. Please disable this plugin.'