[openrtm-commit:00456] r2236 - trunk/OpenRTM-aist/src/ext/local_service/nameservice_file
openrtm @ openrtm.org
openrtm @ openrtm.org
2011年 10月 12日 (水) 22:23:56 JST
Author: n-ando
Date: 2011-10-12 22:23:56 +0900 (Wed, 12 Oct 2011)
New Revision: 2236
Modified:
trunk/OpenRTM-aist/src/ext/local_service/nameservice_file/FileNameservice.cpp
Log:
A trivial bug. RTC_TRCE -> RTC_TRACE
Modified: trunk/OpenRTM-aist/src/ext/local_service/nameservice_file/FileNameservice.cpp
===================================================================
--- trunk/OpenRTM-aist/src/ext/local_service/nameservice_file/FileNameservice.cpp 2011-10-12 13:23:04 UTC (rev 2235)
+++ trunk/OpenRTM-aist/src/ext/local_service/nameservice_file/FileNameservice.cpp 2011-10-12 13:23:56 UTC (rev 2236)
@@ -127,7 +127,7 @@
bool
FileNameservice::reinit(const ::coil::Properties& props)
{
- RTC_TRCE(("reinit()"));
+ RTC_TRACE(("reinit()"));
RTC_DEBUG_STR((props));
bool ret(processServiceProfile(props));
m_profile.properties << props;
openrtm-commit メーリングリストの案内