From f2f40dc87fa8196da8a77e83c352619a021c0e8d Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Fri, 12 Oct 2012 12:18:07 +0000 Subject: [PATCH] Task #1418: Elevate log level of received signals --- MAC/APL/MainCU/src/ObservationControl/ObservationControl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAC/APL/MainCU/src/ObservationControl/ObservationControl.cc b/MAC/APL/MainCU/src/ObservationControl/ObservationControl.cc index 291d907f56c..2a168081b57 100644 --- a/MAC/APL/MainCU/src/ObservationControl/ObservationControl.cc +++ b/MAC/APL/MainCU/src/ObservationControl/ObservationControl.cc @@ -165,7 +165,7 @@ ObservationControl::~ObservationControl() // void ObservationControl::sigintHandler(int signum) { - LOG_DEBUG (formatString("SIGINT signal detected (%d)",signum)); + LOG_WARN (formatString("SIGINT signal detected (%d)",signum)); // Note we can't call TRAN here because the siginthandler does not know our object. if (thisObservationControl) { -- GitLab