Skip to content

Commit

Permalink
Fix tracecpp breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Jan 5, 2024
1 parent c14b096 commit c5854ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system_tests/system_tests_runner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
void handler(int sig)
{
mavsdk::LogErr() << "Got signal: " << strsignal(sig) << " (" << sig << ")";
cpptrace::print_trace();
cpptrace::generate_trace().print();
exit(1);
}
#endif
Expand Down

0 comments on commit c5854ea

Please sign in to comment.