remove debug
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.c
index 3878a14dca12fad81f217ca9dbb7b716b0ed8505..0eba587c133adb20841343840d6902aa075a21bc 100644 (file)
@@ -4174,6 +4174,7 @@ const char *get_base_path(struct ltt_session *session,
  * Command LTTNG_ROTATE_SESSION from the lttng-ctl library.
  *
  * Ask the consumer to rotate the session output directory.
+ * The session lock must be held.
  *
  * Return 0 on success or else a LTTNG_ERR code.
  */
@@ -4222,7 +4223,6 @@ int cmd_rotate_session(struct ltt_session *session,
                snprintf(session->rotation_chunk.current_rotate_path,
                                PATH_MAX, "%s",
                                base_path);
-               fprintf(stderr, "b: %s\n", base_path);
        } else {
                /*
                 * The currently active tracing path is now the folder we
This page took 0.025138 seconds and 5 git commands to generate.