Add support for shorten session uuid
[lttng-tools.git] / ltt-sessiond / main.c
index 2fd6222999faeaae1833e4acb8e53f0c79d2e1c1..241a1cffd32533ee56f11299e7748b043b4a7da1 100644 (file)
@@ -242,6 +242,7 @@ static int connect_app(pid_t pid)
        lta = find_app_by_pid(pid);
        if (lta == NULL) {
                /* App not found */
+               DBG("Application pid %d not found", pid);
                return -1;
        }
 
@@ -645,6 +646,7 @@ static int process_client_msg(int sock, struct lttcomm_session_msg *lsm)
        return ret;
 
 end:
+       DBG("Return code to client %d", ret);
        /* Notify client of error */
        llm.ret_code = ret;
        llm.size_payload = 0;
This page took 0.022847 seconds and 4 git commands to generate.