Skip to content
Snippets Groups Projects
Commit 68374f1c authored by Benoit Boissinot's avatar Benoit Boissinot
Browse files

inotify: fix bug in formatting

parent d14c25e8
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@
ui.warn('*** inotify: %s +%s\n' % (c, f))
for f in b:
if f not in a:
ui.warn('*** inotify: %S -%s\n' % (c, f))
ui.warn('*** inotify: %s -%s\n' % (c, f))
result = r2
if result is not None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment