X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh_recv.c;h=c3e6ddbd0ecf85e320484c0e1ca4298f5c480d9a;hp=d2d8b52bb86d18d70d356fdcb43044b064590de6;hb=a4c2c4f9c7cd580252917729a65d482de3c14a97;hpb=10a62b85c43319d9cdefd7d04823aaed47b3817e;ds=sidebyside diff --git a/afh_recv.c b/afh_recv.c index d2d8b52b..c3e6ddbd 100644 --- a/afh_recv.c +++ b/afh_recv.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2011 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2011 Andre Noll , see file COPYING. */ /** \file afh_recv.c Receiver for streaming local files. */ @@ -200,7 +196,7 @@ static int afh_recv_post_select(__a_unused struct sched *s, void *context) &pard->afh_context); if (ret < 0) goto out; - PARA_INFO_LOG("adding %zu bytes\n", size); + PARA_DEBUG_LOG("adding %zu bytes\n", size); btr_add_output_dont_free(start, size, btrn); } ret = -E_RECV_EOF;