From ec0c963ceacca5a6454dd92af33f3c0d79ba856b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Fri, 28 Jun 2024 09:16:52 +0200 Subject: [PATCH] Error -> warning --- lib/redmine_dmsf/webdav/dmsf_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redmine_dmsf/webdav/dmsf_controller.rb b/lib/redmine_dmsf/webdav/dmsf_controller.rb index b1f1dfc5..70bbd2a7 100644 --- a/lib/redmine_dmsf/webdav/dmsf_controller.rb +++ b/lib/redmine_dmsf/webdav/dmsf_controller.rb @@ -102,7 +102,7 @@ module RedmineDmsf Rails.logger.error 'Digest authentication: digest response is incorrect' end else - Rails.logger.error "Digest authentication method expected got #{scheme}" + Rails.logger.warn "Digest authentication method expected got '#{scheme}'" end raise Unauthorized if User.current.anonymous?