Change logging output

This commit is contained in:
kokarare1212
2021-10-20 20:25:14 +09:00
parent c5db0a84a8
commit 689e617eea

View File

@@ -67,7 +67,7 @@ class VorbisOnlyAudioQuality(AudioQualityPicker):
if vorbis is not None: if vorbis is not None:
self.logger.warning( self.logger.warning(
"Using {} because preferred {} couldn't be found.".format( "Using {} because preferred {} couldn't be found.".format(
vorbis.format, self.preferred)) Metadata.AudioFile.Format.Name(vorbis.format), self.preferred))
else: else:
self.logger.fatal( self.logger.fatal(
"Couldn't find any Vorbis file, available: {}") "Couldn't find any Vorbis file, available: {}")