diff --git a/pytools/persistent_dict.py b/pytools/persistent_dict.py index 513182a881c8676e49f4372dd4923c6164b1afa2..524c9523cc26344e7c8dcdd15b389c328a9877e8 100644 --- a/pytools/persistent_dict.py +++ b/pytools/persistent_dict.py @@ -365,7 +365,7 @@ class PersistentDict(object): if read_key != key: # Key collision, oh well. - logger.info("%s: key collsion in cache at '%s'" + logger.info("%s: key collision in cache at '%s'" % (self.identifier, self.container_dir)) raise NoSuchEntryError(key)