[openrtm-commit:02922] r3077 - trunk/OpenRTM-aist/src/ext/sdo/logger
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 11月 17日 (金) 15:34:44 JST
Author: miyamoto
Date: 2017-11-17 15:34:44 +0900 (Fri, 17 Nov 2017)
New Revision: 3077
Modified:
trunk/OpenRTM-aist/src/ext/sdo/logger/Logger.idl
Log:
[incompat,bugfix,->RELENG_1_2] Modified Logger.idl.
Modified: trunk/OpenRTM-aist/src/ext/sdo/logger/Logger.idl
===================================================================
--- trunk/OpenRTM-aist/src/ext/sdo/logger/Logger.idl 2017-11-17 06:26:54 UTC (rev 3076)
+++ trunk/OpenRTM-aist/src/ext/sdo/logger/Logger.idl 2017-11-17 06:34:44 UTC (rev 3077)
@@ -79,15 +79,15 @@
*/
enum LogLevel
{
- RTC_SILENT,
- RTC_ERROR,
- RTC_WARN,
- RTC_INFO,
- RTC_NORMAL,
- RTC_DEBUG,
- RTC_TRACE,
- RTC_VERBOSE,
- RTC_PARANOID
+ RTM_SILENT,
+ RTM_ERROR,
+ RTM_WARN,
+ RTM_INFO,
+ RTM_NORMAL,
+ RTM_DEBUG,
+ RTM_TRACE,
+ RTM_VERBOSE,
+ RTM_PARANOID
};
/*!
More information about the openrtm-commit
mailing list