Fix lttng bug having the wrong sessiond path
[lttng-tools.git] / ltt-sessiond / main.c
index c50bfd88c5d7538638081c3d7f44511848724d8a..de601b6f86746ba295b50ba335b44eb68acf537b 100644 (file)
@@ -1102,6 +1102,9 @@ int main(int argc, char **argv)
                }
        }
 
+       DBG("Client socket path %s", client_unix_sock_path);
+       DBG("Application socket path %s", apps_unix_sock_path);
+
        /* See if daemon already exist. If any of the two
         * socket needed by the daemon are present, this test fails
         */
This page took 0.02277 seconds and 4 git commands to generate.