From 3010ef96e10cb15d423eef8f9802fbed78744393 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 9 Jan 2010 02:24:02 +0100 Subject: [PATCH] audiod: Kill noisy debug message. --- audiod.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/audiod.c b/audiod.c index db7ae8a5..3cc09210 100644 --- a/audiod.c +++ b/audiod.c @@ -562,11 +562,8 @@ static int open_current_receiver(struct sched *s) * this period begins to avoid restarting the receiver that * belongs to the file just completed. */ - PARA_CRIT_LOG("->>>>>>>>>>>>>>>>>> no delay\n"); - if (stat_task->server_stream_start.tv_sec != 0) { - PARA_CRIT_LOG("->>>>>>>>>>>>>>>>>>server_stream_start.tv_sec != 0) return -1; - } } if (tv_diff(now, &afi[cafn].restart_barrier, &diff) < 0) { /* avoid busy loop */ -- 2.39.2