[openrtm-commit:00321] r438 - branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2011年 8月 6日 (土) 00:21:35 JST
Author: kurihara
Date: 2011-08-06 00:21:35 +0900 (Sat, 06 Aug 2011)
New Revision: 438
Modified:
branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/Manager.py
branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/SystemLogger.py
Log:
The bug about shutdown processing of LogStream has been fixed.
Modified: branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/Manager.py
===================================================================
--- branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/Manager.py 2011-08-04 07:52:39 UTC (rev 437)
+++ branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/Manager.py 2011-08-05 15:21:35 UTC (rev 438)
@@ -1321,6 +1321,7 @@
# @endif
def shutdownLogger(self):
self._rtcout.RTC_TRACE("Manager.shutdownLogger()")
+ self._rtcout.shutdown()
return
Modified: branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/SystemLogger.py
===================================================================
--- branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/SystemLogger.py 2011-08-04 07:52:39 UTC (rev 437)
+++ branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/SystemLogger.py 2011-08-05 15:21:35 UTC (rev 438)
@@ -326,6 +326,9 @@
def __del__(self):
+ return
+
+ def shutdown(self):
logging.shutdown()
return
openrtm-commit メーリングリストの案内