Browse Source

Minor debug message change

pull/212/head
Oliverpool 8 years ago
parent
commit
cfffce5e28
  1. 2
      patacrep/content/sort.py

2
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),
)

Loading…
Cancel
Save