Fix enable syscall and bad value of poll set size
[lttng-tools.git] / ltt-sessiond / session.c
index aaca9f9370510a6765524fe27302c19ff192f3a4..b13f4a916c8963357cea305d4677649a7f955f05 100644 (file)
@@ -121,6 +121,8 @@ struct ltt_session *session_find_by_name(char *name)
        int found = 0;
        struct ltt_session *iter;
 
+       DBG2("Trying to find session by name %s", name);
+
        session_lock_list();
        cds_list_for_each_entry(iter, &ltt_session_list.head, list) {
                if (strncmp(iter->name, name, NAME_MAX) == 0) {
This page took 0.022787 seconds and 4 git commands to generate.