X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aft.c;h=25058e7c079d75be59d1d93cf495718740f5df20;hp=9a22fe81d67006992d5dbb7e775bc37bbc68e094;hb=f16b28109fe2f4a7caf83350fff8bfcfe73b7b6c;hpb=eecc102ad0abeb0335fe994bb72031a15b9090d7 diff --git a/aft.c b/aft.c index 9a22fe81..25058e7c 100644 --- a/aft.c +++ b/aft.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2009 Andre Noll + * Copyright (C) 2007-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -1082,6 +1082,7 @@ int open_and_update_audio_file(struct osl_row *aft_row, long score, ret = get_audio_file_path_of_row(aft_row, &path); if (ret < 0) return ret; + PARA_NOTICE_LOG("%s\n", path); ret = get_afsi_object_of_row(aft_row, &afsi_obj); if (ret < 0) return ret;