From 51679131cf5ee6c72cf6d8aac914590d8c9ea5aa Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Tue, 14 Jan 2020 17:08:18 +0000 Subject: [PATCH] Bug 24340 (follow-up): Warning -> Information Signed-off-by: David Nind --- debian/scripts/koha-sip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/scripts/koha-sip b/debian/scripts/koha-sip index d3eec7971a..ce57b8cbcb 100755 --- a/debian/scripts/koha-sip +++ b/debian/scripts/koha-sip @@ -206,7 +206,7 @@ disable_sip() stop_sip ${name} echo "Disabling SIP server for ${name} - backing up ${sipfile} to ${sipfile}.bak to preserve configurations" mv ${sipfile} ${sipfile}.bak - echo "Warning: SIP server disabled for ${name}" + echo "Information: SIP server disabled for ${name}" else echo " SIP server for ${name} not enabled - use koha-sip --enable to enable. Previous configurations available, if existent, in /etc/koha/sites/${name}/SIPconfig.xml.bak" fi -- 2.11.0