Browse Source

Minor debug message change

pull/212/head
Oliverpool 9 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] field = song.data[key]
except KeyError: except KeyError:
LOGGER.debug( LOGGER.debug(
"Ignoring unknown key '{}' for song {}.".format( "Ignoring missing key '{}' for song {}.".format(
key, key,
files.relpath(song.fullpath), files.relpath(song.fullpath),
) )

Loading…
Cancel
Save