X-Git-Url: http://git.liburcu.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Ftrigger%2Futils%2Fnotification-client.cpp;fp=tests%2Fregression%2Ftools%2Ftrigger%2Futils%2Fnotification-client.cpp;h=27bd100c694fbd567e8a5b6e055b317f583b3c53;hp=58ac01e6cbb078d688fb811aa22991c9e3bf1a12;hb=ae26b182aecec9d0cdd1fa70378369c69cfac182;hpb=e8c353ad12851366573d9bfe45d333a9e9ff742d diff --git a/tests/regression/tools/trigger/utils/notification-client.cpp b/tests/regression/tools/trigger/utils/notification-client.cpp index 58ac01e6c..27bd100c6 100644 --- a/tests/regression/tools/trigger/utils/notification-client.cpp +++ b/tests/regression/tools/trigger/utils/notification-client.cpp @@ -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(); } }