X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh_common.c;h=5c866c1fdef07baf87c3cd6148619b8e8c13cb83;hp=83ea38082bb7626bc7f38ed5247369acd54abdbd;hb=29921a5e29530801697ce4e4773738404efcbf57;hpb=39848a31686bda132bb3c93a2dda60d800b5e456 diff --git a/afh_common.c b/afh_common.c index 83ea3808..5c866c1f 100644 --- a/afh_common.c +++ b/afh_common.c @@ -109,8 +109,7 @@ void afh_init(void) { int i; - PARA_INFO_LOG("supported audio formats: %s\n", - SERVER_AUDIO_FORMATS); + PARA_INFO_LOG("supported audio formats: %s\n", AUDIO_FORMAT_HANDLERS); FOR_EACH_AUDIO_FORMAT(i) { PARA_NOTICE_LOG("initializing %s handler\n", audio_format_name(i));