From 957daedc7a0f238a9d3b34ff4a3c84d5ed3851ec Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 22 Mar 2010 00:02:48 +0100 Subject: [PATCH 1/1] para_server: Print a log message containing the path of the next audio file. --- aft.c | 1 + 1 file changed, 1 insertion(+) diff --git a/aft.c b/aft.c index 9a22fe81..7b384771 100644 --- 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; -- 2.39.2