X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=aft.c;h=a9bc006e110570a9e3551609f619e2062b24df73;hb=a3edba783bb81e6032a50f059b6263caa02a2150;hp=4893f215b8a46cd9c18d0b03e0262b1ff68f72df;hpb=6d4179add38f41f609db21885e079145e4b5ea6a;p=paraslash.git diff --git a/aft.c b/aft.c index 4893f215..a9bc006e 100644 --- a/aft.c +++ b/aft.c @@ -2720,9 +2720,9 @@ static int aft_open(const char *dir) PARA_INFO_LOG("audio file table contains %d files\n", num); return ret; } - PARA_INFO_LOG("failed to open audio file table\n"); + PARA_NOTICE_LOG("failed to open audio file table\n"); audio_file_table = NULL; - if (ret >= 0 || ret == -OSL_ERRNO_TO_PARA_ERROR(E_OSL_NOENT)) + if (ret == -OSL_ERRNO_TO_PARA_ERROR(E_OSL_NOENT)) return 1; return ret; }