Fixed typo

This commit is contained in:
Rudi Grinberg 2012-09-13 15:45:30 -04:00
parent 9eaa052744
commit 1e76b6c751

View file

@ -201,7 +201,7 @@ class Metadata(Loggable):
if new_val is not None:
self.__metadata[special_key] = new_val
except Exception as e:
self.logger.info("Could not get special key %s for %d" %
self.logger.info("Could not get special key %s for %s" %
special_key, fpath)
self.logger.info(str(e))
# Finally, we "normalize" all the metadata here: