From: Andre Noll <maan@systemlinux.org>
Date: Sun, 21 Mar 2010 23:02:48 +0000 (+0100)
Subject: para_server: Print a log message containing the path of the next audio file.
X-Git-Tag: v0.4.2~20^2
X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=957daedc7a0f238a9d3b34ff4a3c84d5ed3851ec;p=paraslash.git

para_server: Print a log message containing the path of the next audio file.
---

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;