Fix: erroneous specifier used with ERR_FMT macro
[lttng-tools.git] / tests / regression / tools / trigger / utils / notification-client.cpp
index 58ac01e6cbb078d688fb811aa22991c9e3bf1a12..27bd100c694fbd567e8a5b6e055b317f583b3c53 100644 (file)
@@ -287,7 +287,7 @@ int main(int argc, char **argv)
        try {
                return _main(argc, argv);
        } catch (const std::exception& e) {
-               ERR_FMT("Unhandled exception caught by notification client: %s", e.what());
+               ERR_FMT("Unhandled exception caught by notification client: {}", e.what());
                abort();
        }
 }
This page took 0.023015 seconds and 4 git commands to generate.