We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cb3dc commit 2d1a67eCopy full SHA for 2d1a67e
src/lib/app/PyTwkApp/PyMuSymbolType.cpp
@@ -349,9 +349,8 @@ namespace TwkApp
349
// this cout will probably get redirected to the RV console, or go
350
// to the terminal window.
351
cout << "WARNING: Mu " << self->function->fullyQualifiedName()
352
- << "() called from non-main thread, will eventually crash (Mu "
353
- "isn't thread safe)."
354
- << endl;
+ << "() called from non-main thread, will eventually crash "
+ << "(Mu isn't thread-safe)." << endl;
355
}
356
357
size_t nargs = PyTuple_Size(args);
0 commit comments