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 bcffc3f commit 3bafd3aCopy full SHA for 3bafd3a
src/rtcheck.cpp
@@ -223,7 +223,7 @@ void log_function_if_realtime_context (const char* function_name)
223
if (name.starts_with (wrap_prefix))
224
name = name.substr (wrap_prefix.length());
225
226
- std::cerr << "Real-time violation: intercepted call to real-time unsafe function " << name << " in real-time context! Stack trace:\n" << get_stacktrace();
+ std::cerr << "Real-time violation: intercepted call to real-time unsafe function " << name << " in real-time context! Stack trace:\n" << get_stacktrace() << std::endl;
227
228
if (get_error_mode() == error_mode::exit)
229
std::exit (1);
0 commit comments