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?