Fix: syscall event rule: emission sites not compared in is_equal
[lttng-tools.git] / src / bin / lttng / lttng.cpp
index 093a9809ccdfe512150f843356f58c0319a54ed6..48b02c6272687ed3d905ddc363c47d19d182e5b0 100644 (file)
@@ -490,7 +490,7 @@ int main(int argc, char **argv)
        try {
                return _main(argc, argv);
        } catch (const std::exception& e) {
-               ERR_FMT("Unhandled exception caught by client: %s", e.what());
+               ERR_FMT("Unhandled exception caught by client: {}", e.what());
                abort();
        }
 }
This page took 0.024058 seconds and 4 git commands to generate.