para_server: Print a log message containing the path of the next audio file.
[paraslash.git] / aft.c
diff --git a/aft.c b/aft.c
index 9a22fe81d67006992d5dbb7e775bc37bbc68e094..7b3847711fd0ad1e534683b7781db4cd3106ba5b 100644 (file)
--- a/aft.c
+++ b/aft.c
@@ -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;