From 79d3a4a47cbc1fcf17c77c6fc12ff826a3077bac Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Wed, 6 Apr 2016 13:50:00 -0400 Subject: Minor bugfixes/changes, as well as beginnings of CLI systems --- .../src/main/java/bjc/utils/components/FileComponentRepository.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BJC-Utils2/src/main/java/bjc/utils/components/FileComponentRepository.java') diff --git a/BJC-Utils2/src/main/java/bjc/utils/components/FileComponentRepository.java b/BJC-Utils2/src/main/java/bjc/utils/components/FileComponentRepository.java index 4b8d87b..4aea0d6 100644 --- a/BJC-Utils2/src/main/java/bjc/utils/components/FileComponentRepository.java +++ b/BJC-Utils2/src/main/java/bjc/utils/components/FileComponentRepository.java @@ -92,7 +92,7 @@ public class FileComponentRepository CLASS_LOGGER .warn("Error found reading component from file " + componentFile.toString() - + ". This component will not be loaded"); + + ". This component will not be loaded", ex); } } -- cgit v1.2.3