From 3d7762320c59bb9e7861bb486a2f3c00d34fcd99 Mon Sep 17 00:00:00 2001 From: Giuseppe Della Ricca Date: Wed, 25 Apr 2007 15:04:24 +0000 Subject: [PATCH] - cosmetics --- .../src/EcalBarrelMonitorClient.cc | 9 +++++---- .../src/EcalEndcapMonitorClient.cc | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/DQM/EcalBarrelMonitorClient/src/EcalBarrelMonitorClient.cc b/DQM/EcalBarrelMonitorClient/src/EcalBarrelMonitorClient.cc index d37f7cabfa583..27ab0b4353730 100644 --- a/DQM/EcalBarrelMonitorClient/src/EcalBarrelMonitorClient.cc +++ b/DQM/EcalBarrelMonitorClient/src/EcalBarrelMonitorClient.cc @@ -1,8 +1,8 @@ /* * \file EcalBarrelMonitorClient.cc * - * $Date: 2007/04/11 05:55:50 $ - * $Revision: 1.252 $ + * $Date: 2007/04/11 06:21:38 $ + * $Revision: 1.253 $ * \author G. Della Ricca * \author F. Cossutti * @@ -281,13 +281,14 @@ void EcalBarrelMonitorClient::initialize(const ParameterSet& ps){ serverPort_ = ps.getUntrackedParameter("serverPort", 9900); if ( enableServer_ ) { + cout << " enableServer switch is ON" << endl; if ( enableMonitorDaemon_ && hostPort_ != serverPort_ ) { cout << " Forcing the same port for Collector and Server" << endl; serverPort_ = hostPort_; } - cout << " Server on port '" << serverPort_ << "' is ON" << endl; + cout << " Running server on port '" << serverPort_ << "'" << endl; } else { - cout << " Server is OFF" << endl; + cout << " enableServer switch is OFF" << endl; } // vector of selected Super Modules (Defaults to all 36). diff --git a/DQM/EcalEndcapMonitorClient/src/EcalEndcapMonitorClient.cc b/DQM/EcalEndcapMonitorClient/src/EcalEndcapMonitorClient.cc index 003470974d731..0f5c80521fd4c 100644 --- a/DQM/EcalEndcapMonitorClient/src/EcalEndcapMonitorClient.cc +++ b/DQM/EcalEndcapMonitorClient/src/EcalEndcapMonitorClient.cc @@ -1,8 +1,8 @@ /* * \file EcalEndcapMonitorClient.cc * - * $Date: 2007/04/11 05:55:52 $ - * $Revision: 1.9 $ + * $Date: 2007/04/11 06:21:41 $ + * $Revision: 1.10 $ * \author G. Della Ricca * \author F. Cossutti * @@ -281,13 +281,14 @@ void EcalEndcapMonitorClient::initialize(const ParameterSet& ps){ serverPort_ = ps.getUntrackedParameter("serverPort", 9900); if ( enableServer_ ) { + cout << " enableServer switch is ON" << endl; if ( enableMonitorDaemon_ && hostPort_ != serverPort_ ) { cout << " Forcing the same port for Collector and Server" << endl; serverPort_ = hostPort_; } - cout << " Server on port '" << serverPort_ << "' is ON" << endl; + cout << " Running server on port '" << serverPort_ << "'" << endl; } else { - cout << " Server is OFF" << endl; + cout << " enableServer switch is OFF" << endl; } // vector of selected Super Modules (Defaults to all 36).