inotify: skip deactivation message
authorMatt Mackall <mpm@selenic.com>
Fri, 10 Oct 2008 11:29:57 -0500
changeset 7083 9dcce703edb8
parent 7082 be81b4788115
child 7084 f5c18a581b8b
inotify: skip deactivation message
hgext/inotify/__init__.py
tests/test-inotify-issue1208.out
--- a/hgext/inotify/__init__.py	Fri Oct 10 11:29:30 2008 -0500
+++ b/hgext/inotify/__init__.py	Fri Oct 10 11:29:57 2008 -0500
@@ -90,7 +90,6 @@
                              % err[-1])
                 ui.print_exc()
                 # replace by old status function
-                ui.warn(_('deactivating inotify\n'))
                 self.status = super(inotifydirstate, self).status
 
             return super(inotifydirstate, self).status(
--- a/tests/test-inotify-issue1208.out	Fri Oct 10 11:29:30 2008 -0500
+++ b/tests/test-inotify-issue1208.out	Fri Oct 10 11:29:57 2008 -0500
@@ -1,6 +1,5 @@
 % fail
 failed to contact inotify server: No such file or directory
-deactivating inotify
 abort: could not start server: File exists
 % inserve
 % status