.gitignore: ignore local vscode workspace settings file
[lttng-tools.git] / src / bin / lttng-sessiond / main.cpp
index 7f0995a9b0e8388bad9ed4617404825fcf5a06e0..bfd53e7e47041818996b55d9bb15266901688ebf 100644 (file)
@@ -52,6 +52,7 @@
 #include <common/futex.hpp>
 #include <common/ini-config/ini-config.hpp>
 #include <common/kernel-consumer/kernel-consumer.hpp>
+#include <common/lockfile.hpp>
 #include <common/logging-utils.hpp>
 #include <common/path.hpp>
 #include <common/relayd/relayd.hpp>
@@ -1981,7 +1982,7 @@ int main(int argc, char **argv)
        try {
                return _main(argc, argv);
        } catch (const std::exception& e) {
-               ERR_FMT("Unhandled exception caught by main thread: %s", e.what());
+               ERR_FMT("Unhandled exception caught by main thread: {}", e.what());
                abort();
        }
 }
This page took 0.030028 seconds and 4 git commands to generate.