From dd24705821dae11f41eefb3f41341cdbe6797960 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 14 Aug 2019 04:38:13 -0500 Subject: [PATCH] ptgdp: Tweak logging --- ptgdp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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