X-Git-Url: http://git.liburcu.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Funit%2Ftest_action.cpp;fp=tests%2Funit%2Ftest_action.cpp;h=52f6d26ca66a70799db00cd135d90478d9b3a52a;hp=c46b8fcea665fa177dbaa27c8b85a7027bec5096;hb=ae26b182aecec9d0cdd1fa70378369c69cfac182;hpb=e8c353ad12851366573d9bfe45d333a9e9ff742d diff --git a/tests/unit/test_action.cpp b/tests/unit/test_action.cpp index c46b8fcea..52f6d26ca 100644 --- a/tests/unit/test_action.cpp +++ b/tests/unit/test_action.cpp @@ -559,7 +559,7 @@ int main() try { return _main(); } catch (const std::exception& e) { - ERR_FMT("Unhandled exception caught by action unit test: %s", e.what()); + ERR_FMT("Unhandled exception caught by action unit test: {}", e.what()); abort(); } }