Skip to content
Snippets Groups Projects
Commit 3d5e2e3f authored by Sebastien Leport's avatar Sebastien Leport
Browse files

add LOG messages in get_device_properties()

parent 6521389b
No related branches found
No related tags found
No related merge requests found
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentation/SY900S_channel/src/SY900S_Channel.cpp,v 1.6 2007-06-25 10:08:56 buteau Exp $";
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentation/SY900S_channel/src/SY900S_Channel.cpp,v 1.7 2007-06-25 13:23:01 sebleport Exp $";
//+=============================================================================
//
// file : SY900S_Channel.cpp
......@@ -11,11 +11,14 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentatio
//
// project : TANGO Device Server
//
// $Author: buteau $
// $Author: sebleport $
//
// $Revision: 1.6 $
// $Revision: 1.7 $
//
// $Log: not supported by cvs2svn $
// Revision 1.6 2007/06/25 10:08:56 buteau
// - compil linux
//
// Revision 1.5 2007/06/25 09:42:01 buteau
// - Casse de l'include XString pour compil linux
//
......@@ -215,9 +218,13 @@ namespace SY900S_Channel_ns
if(sY900SGenericProxyName == "")
Tango::Except::throw_exception(
(const char*) "TANGO_CONFIGURATION_ERROR",
(const char*) "SY900SgenericProxyServer property is missing ",
(const char*) "SY900S_Group::get_device_property()");
(const char*) "SY900SgenericProxyName property is wrong or missing ",
(const char*) "SY900S_Channel::get_device_property()");
INFO_STREAM <<"**** PROPERTIES **** "<<endl;
INFO_STREAM <<"groupNumber = "<<groupNumber<<endl;
INFO_STREAM <<"channelNumber = "<<channelNumber<<endl;
INFO_STREAM <<"sY900SGenericProxyName = "<<sY900SGenericProxyName<<endl;
}
//+----------------------------------------------------------------------------
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment