Update CoprocessorUtils.java change log level
Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/6e0193a1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/6e0193a1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/6e0193a1 Branch: refs/heads/master Commit: 6e0193a1837148fe5fecd3653402ddaff61f54ce Parents: 0ea8552 Author: mashengchen <[email protected]> Authored: Mon Jan 11 13:41:00 2016 +0800 Committer: mashengchen <[email protected]> Committed: Mon Jan 11 13:41:00 2016 +0800 ---------------------------------------------------------------------- core/sql/src/main/java/org/trafodion/sql/CoprocessorUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/6e0193a1/core/sql/src/main/java/org/trafodion/sql/CoprocessorUtils.java ---------------------------------------------------------------------- diff --git a/core/sql/src/main/java/org/trafodion/sql/CoprocessorUtils.java b/core/sql/src/main/java/org/trafodion/sql/CoprocessorUtils.java index e9535c4..909b2d0 100644 --- a/core/sql/src/main/java/org/trafodion/sql/CoprocessorUtils.java +++ b/core/sql/src/main/java/org/trafodion/sql/CoprocessorUtils.java @@ -22,7 +22,7 @@ public class CoprocessorUtils { String path = System.getenv("MY_SQROOT") + "/etc/trafcoprocess.properties"; config = new PropertiesConfiguration(path); } catch (Exception e) { - logger.info("error when finding trafcoprocess.properties"); + logger.error("error when finding trafcoprocess.properties"); e.printStackTrace(); }
