diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-09 17:46:02 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-09 17:46:02 +0000 |
commit | 50acbaf501760e18b5595463e9dd20f0aafa861d (patch) | |
tree | c3fc5559e7af6d3b3b112094128a5d92da3eb7bf /play/index.php | |
parent | 8ed4a1e163f8750820f643b4f81b04215154e972 (diff) | |
download | ampache-50acbaf501760e18b5595463e9dd20f0aafa861d.tar.gz ampache-50acbaf501760e18b5595463e9dd20f0aafa861d.tar.bz2 ampache-50acbaf501760e18b5595463e9dd20f0aafa861d.zip |
moved a header display reference so I can pass headers on democratic play
Diffstat (limited to 'play/index.php')
-rw-r--r-- | play/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/play/index.php b/play/index.php index 8e07e6d2..1f55f1e2 100644 --- a/play/index.php +++ b/play/index.php @@ -127,7 +127,7 @@ if (!$song->file OR ( !is_readable($song->file) AND $catalog->catalog_type != 'r $tmp_playlist->delete_track($song_id); } - debug_event('file_not_found',"Error song ($song->title) does not have a valid filename specified",'2'); + debug_event('file_not_found',"Error song $song->file ($song->title) does not have a valid filename specified",'2'); echo "Error: Invalid Song Specified, file not found or file unreadable"; exit; } |