remove debug
[deliverable/lttng-tools.git] / src / bin / lttng-sessiond / rotation-thread.c
index b37fb5bd381aacbed546e6d942c62b747ea870c4..b3cf8b7c120d2d1b78794cffc167af15a17454ad 100644 (file)
@@ -405,7 +405,6 @@ int rotate_pending_relay_timer(struct ltt_session *session)
         * Allow the timer thread to send other notifications when needed.
         */
        session->rotate_pending_relay_check_in_progress = false;
-       fprintf(stderr, "RET PENDING: %d\n", ret);
 
        ret = 0;
 
@@ -430,7 +429,6 @@ int rotate_timer(struct ltt_session *session)
 
        ret = cmd_rotate_session(session, NULL);
        session_unlock(session);
-       fprintf(stderr, "RET ROTATE TIMER: %d\n", ret);
        if (ret == -LTTNG_ERR_ROTATE_PENDING) {
                ret = 0;
                goto end;
This page took 0.025411 seconds and 5 git commands to generate.