From b4955a6702cfe8097570b261712541ab3bbedf80 Mon Sep 17 00:00:00 2001 From: brinn <brinn> Date: Fri, 5 Oct 2007 20:47:13 +0000 Subject: [PATCH] change: log level of the test-notify log message from error to info SVN: 2012 --- .../source/java/ch/systemsx/cisd/datamover/Parameters.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datamover/source/java/ch/systemsx/cisd/datamover/Parameters.java b/datamover/source/java/ch/systemsx/cisd/datamover/Parameters.java index 8ff6f0a3490..d10a833cb1c 100644 --- a/datamover/source/java/ch/systemsx/cisd/datamover/Parameters.java +++ b/datamover/source/java/ch/systemsx/cisd/datamover/Parameters.java @@ -283,7 +283,7 @@ public class Parameters implements ITimingParameters, IFileSysParameters + "sent out).") void sendTestNotification(boolean exit) { - notificationLog.error("This is a test notification given due to specifying the --test-notify option."); + notificationLog.info("This is a test notification given due to specifying the --test-notify option."); if (exit) { System.exit(0); -- GitLab