From cfffce5e28ffacdf862bcda77fc6cab39bd213d5 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Thu, 10 Mar 2016 16:41:47 +0100 Subject: [PATCH] Minor debug message change --- patacrep/content/sort.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patacrep/content/sort.py b/patacrep/content/sort.py index 7ee5aff0..cb10d157 100755 --- a/patacrep/content/sort.py +++ b/patacrep/content/sort.py @@ -56,7 +56,7 @@ def key_generator(sort): field = song.data[key] except KeyError: LOGGER.debug( - "Ignoring unknown key '{}' for song {}.".format( + "Ignoring missing key '{}' for song {}.".format( key, files.relpath(song.fullpath), )