hgext/inotify/__init__.py
changeset 7304 68374f1c8c87
parent 7225 59b4ae211584
child 7329 fd4bf5269733
--- 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: