diff --git a/ptgdp b/ptgdp
index 656b2d4..32096cb 100755
--- a/ptgdp
+++ b/ptgdp
@@ -349,7 +349,7 @@ playlist() {
 		validateline "$line" || continue
 		maxlines+=1
 	done < "$1"
-	log "Enqueued playlist \"$1\" with $maxlines songs"
+	log "Parsed playlist \"$1\" with $maxlines songs"
 	while read line; do
 		[ -z "$line" ] && continue
 		validateline "$line" || continue