X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=afh_common.c;h=fc0df417fbc8405a21359ecd389075322f96f979;hb=1c12b35b710ff503d3ccfb969f65a63ecc5652f0;hp=b06e4eb5a0ef16653476e61574e55ad6878efbe7;hpb=093dda1824631372587d107d64601389027c6187;p=paraslash.git diff --git a/afh_common.c b/afh_common.c index b06e4eb5..fc0df417 100644 --- a/afh_common.c +++ b/afh_common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2014 Andre Noll + * Copyright (C) 1997 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -118,9 +118,9 @@ void afh_init(void) { int i; - PARA_INFO_LOG("supported audio formats: %s\n", AUDIO_FORMAT_HANDLERS); + PARA_NOTICE_LOG("supported audio formats: %s\n", AUDIO_FORMAT_HANDLERS); FOR_EACH_AUDIO_FORMAT(i) { - PARA_NOTICE_LOG("initializing %s handler\n", + PARA_INFO_LOG("initializing %s handler\n", audio_format_name(i)); afl[i].init(&afl[i]); }