diff options
-rwxr-xr-x | src/msec/libmsec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msec/libmsec.py b/src/msec/libmsec.py index b6cd699..80c1d68 100755 --- a/src/msec/libmsec.py +++ b/src/msec/libmsec.py @@ -936,7 +936,7 @@ class PERMS: continue if self.fs_regexp and self.fs_regexp.search(f): - self.log.info(_('Non local file: "%s". Nothing changed.') % fields[0]) + self.log.info(_('Non local file: "%s". Nothing changed.') % f continue curperm = perm |