X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Faction-executor.c;h=69bf1f1d3ff7c4a5ebf607f8f93e36d7cffd58d6;hb=2af3b9c9abd73d1c4332b15d0e2f1d5946ee9dd0;hp=418a6de75f6e23edf28dd668aa75b1240a89d54e;hpb=2516f2d887c20c21cc17ff4cd3b07b3d9ed02244;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/action-executor.c b/src/bin/lttng-sessiond/action-executor.c index 418a6de75..69bf1f1d3 100644 --- a/src/bin/lttng-sessiond/action-executor.c +++ b/src/bin/lttng-sessiond/action-executor.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include #include @@ -425,9 +426,9 @@ static int action_executor_snapshot_session_handler(struct action_executor *exec session_lock_list(); session = session_find_by_name(session_name); if (!session) { - DBG("Failed to find session `%s` by name while executing `%s` action of trigger `%p`", + DBG("Failed to find session `%s` by name while executing `%s` action of trigger `%s`", session_name, get_action_name(action), - work_item->trigger); + get_trigger_name(work_item->trigger)); goto error_unlock_list; }