Actions
バグ #829
closedIn/OutPortBase.cppのログ出力において、RTC_DEBUGとするべきところがRTC_ERRORとなっている。
Start date:
07/24/2009
Due date:
% Done:
100%
Estimated time:
Description
In/OutPortBase.cppのログ出力において、RTC_DEBUGとするべきところがRTC_ERRORとなっている。(AIST 俵様からの報告)
rtm/InPortBase.cpp(431): RTC_ERROR(("provider created")); rtm/InPortBase.cpp(475): RTC_ERROR(("consumer created")); rtm/OutPortBase.cpp(629):RTC_ERROR(("provider created"));
Updated by kurihara about 15 years ago
- Status changed from 新規 to 解決
- Assignee set to kurihara
- % Done changed from 0 to 100
上記3箇所のRTC_ERRORをRTC_DEBUGに変更後、コミットを行った。(リビジョン1474)
Actions