Skip to content

Commit 689e617

Browse files
committed
Change logging output
1 parent c5db0a8 commit 689e617

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

librespot/audio/decoders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def get_file(self, files: typing.List[Metadata.AudioFile]):
6767
if vorbis is not None:
6868
self.logger.warning(
6969
"Using {} because preferred {} couldn't be found.".format(
70-
vorbis.format, self.preferred))
70+
Metadata.AudioFile.Format.Name(vorbis.format), self.preferred))
7171
else:
7272
self.logger.fatal(
7373
"Couldn't find any Vorbis file, available: {}")

0 commit comments

Comments
 (0)