summaryrefslogtreecommitdiff
path: root/python3
diff options
context:
space:
mode:
Diffstat (limited to 'python3')
-rwxr-xr-xpython3/pyinotify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python3/pyinotify.py b/python3/pyinotify.py
index 05b2846..44ab71f 100755
--- a/python3/pyinotify.py
+++ b/python3/pyinotify.py
@@ -1720,7 +1720,7 @@ class WatchManager:
try:
del self._wmd[wd]
except KeyError as err:
- log.error(str(err))
+ log.error('Cannot delete unknown watch descriptor %s' % str(err))
@property
def watches(self):