X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Faction-executor.c;h=588948146197b121ba224876d175d5fda763cc53;hb=670a26e4165562ab2dc5a16b9941f942e4f30996;hp=8e3f79813205ce3b2c4f5c60ec4015cc1e0b75a8;hpb=72365501d3148ca977a09bad8de0ec51b427bdd8;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/action-executor.c b/src/bin/lttng-sessiond/action-executor.c index 8e3f79813..588948146 100644 --- a/src/bin/lttng-sessiond/action-executor.c +++ b/src/bin/lttng-sessiond/action-executor.c @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include #include @@ -570,8 +570,8 @@ static int action_executor_snapshot_session_handler( * existed. If not, skip the action altogether. */ if (!item->context.session_id.is_set) { - DBG("Session `%s` was not present at the moment the work item was enqueued for %s` action of trigger `%s`", - session_name, get_action_name(action), + DBG("Session was not present at the moment the work item was enqueued for %s` action of trigger `%s`", + get_action_name(action), get_trigger_name(work_item->trigger)); lttng_action_increase_execution_failure_count(action); ret = 0;