diff --git a/ptgdp b/ptgdp
index 0723a9f..09ddbcb 100755
--- a/ptgdp
+++ b/ptgdp
@@ -241,7 +241,7 @@ playlist() {
 		validateline "$line" || continue
 		maxlines+=1
 	done < "$1"
-	log "Enqueued playlist with $maxlines lines"
+	log "Enqueued playlist \"$1\" with $maxlines songs"
 	while read line; do
 		[ -z "$line" ] && continue
 		validateline "$line" || continue