# HG changeset patch # User Benoit Boissinot # Date 1225662282 -3600 # Node ID 68374f1c8c87177dec40de56f3b046a84693e9be # Parent d14c25e823bab07cf546f14ed334770f1955840c inotify: fix bug in formatting diff -r d14c25e823ba -r 68374f1c8c87 hgext/inotify/__init__.py --- a/hgext/inotify/__init__.py Sun Nov 02 17:28:03 2008 +0100 +++ b/hgext/inotify/__init__.py Sun Nov 02 22:44:42 2008 +0100 @@ -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: