Skip to content

Commit 2d1a67e

Browse files
fix glitch
Signed-off-by: Patrick Bergeron <[email protected]>
1 parent 46cb3dc commit 2d1a67e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/lib/app/PyTwkApp/PyMuSymbolType.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,8 @@ namespace TwkApp
349349
// this cout will probably get redirected to the RV console, or go
350350
// to the terminal window.
351351
cout << "WARNING: Mu " << self->function->fullyQualifiedName()
352-
<< "() called from non-main thread, will eventually crash (Mu "
353-
"isn't thread safe)."
354-
<< endl;
352+
<< "() called from non-main thread, will eventually crash "
353+
<< "(Mu isn't thread-safe)." << endl;
355354
}
356355

357356
size_t nargs = PyTuple_Size(args);

0 commit comments

Comments
 (0)