From 4ea14d567a7274a114840232710378a9c7d31d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Thu, 3 Apr 2025 08:39:23 +0200 Subject: [PATCH] INFO -- : cannot load such file -- puma/const --- lib/redmine_dmsf/plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redmine_dmsf/plugin.rb b/lib/redmine_dmsf/plugin.rb index e4dcbbdc..0c932791 100644 --- a/lib/redmine_dmsf/plugin.rb +++ b/lib/redmine_dmsf/plugin.rb @@ -44,7 +44,7 @@ module RedmineDmsf require path true rescue LoadError => e - Rails.logger.info e.message + Rails.logger.debug e.message false end end