[openrtm-commit:02851] r877 - trunk/OpenRTM-aist-Python/OpenRTM_aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 10月 2日 (月) 13:16:52 JST
Author: miyamoto
Date: 2017-10-02 13:16:52 +0900 (Mon, 02 Oct 2017)
New Revision: 877
Modified:
trunk/OpenRTM-aist-Python/OpenRTM_aist/LogstreamFile.py
Log:
[compat,->RELENG_1_2] bug fix.
Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/LogstreamFile.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/LogstreamFile.py 2017-10-02 04:12:54 UTC (rev 876)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/LogstreamFile.py 2017-10-02 04:16:52 UTC (rev 877)
@@ -236,6 +236,7 @@
log.log(logging.PARANOID,msg)
else:
return False
+ return True
@@ -338,8 +339,8 @@
- return True
+
def LogstreamFileInit():
OpenRTM_aist.LogstreamFactory.instance().addFactory("file",
OpenRTM_aist.LogstreamFile,
More information about the openrtm-commit
mailing list