diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-11-04 07:19:22 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-11-04 07:19:22 +0000 |
commit | a295dced8be430ca4f2c3b826482170701e629d4 (patch) | |
tree | b53f802a006ce67e7e313104a7de766cca6bf436 /lib | |
parent | b7436c2fba721bdb0f1cccd85c0331df4fe6fab1 (diff) | |
download | ampache-a295dced8be430ca4f2c3b826482170701e629d4.tar.gz ampache-a295dced8be430ca4f2c3b826482170701e629d4.tar.bz2 ampache-a295dced8be430ca4f2c3b826482170701e629d4.zip |
tweaked error so it makes a little more sense
Diffstat (limited to 'lib')
-rw-r--r-- | lib/class/catalog.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/catalog.class.php b/lib/class/catalog.class.php index 7b96b9df..72cdc560 100644 --- a/lib/class/catalog.class.php +++ b/lib/class/catalog.class.php @@ -798,7 +798,7 @@ class Catalog { function update_song_from_tags($song) { - if (conf('debug')) { log_event($_SESSION['userdata']['username'],' update-check ',"Starting work on $song->file",'ampache-catalog'); } + if (conf('debug')) { log_event($_SESSION['userdata']['username'],' tag-read ',"Reading Tags from $song->file",'ampache-catalog'); } $info = new Audioinfo(); $results = $info->Info($song->file); |