Skip to content

Commit 48f8c2b

Browse files
committed
cisstInteractive: minor doc update in ireTask
1 parent 0d776db commit 48f8c2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cisstInteractive/code/ireTask.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ void ireTask::Startup(void)
7474
<< GetName() << " = cisstCommon.cmnObjectRegister.FindObject('" << GetName() << "'); "
7575
<< StartupCommands;
7676
try {
77-
// Don't use cmnCallbackStreambuf because we will use system-wide log
77+
// Set last parameter true to use cmnCallbackStreambuf (standard CMN_LOG)
78+
// Set last parameter false if using system-wide log (threaded logging)
7879
ireFramework::LaunchIREShell(startup.str().c_str(), true, (Shell == IRE_IPYTHON), true);
7980
}
8081
catch (...) {

0 commit comments

Comments
 (0)