Fix: erroneous specifier used with ERR_FMT macro
[lttng-tools.git] / tests / unit / test_action.cpp
index c46b8fcea665fa177dbaa27c8b85a7027bec5096..52f6d26ca66a70799db00cd135d90478d9b3a52a 100644 (file)
@@ -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();
        }
 }
This page took 0.022455 seconds and 4 git commands to generate.