]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/tramp-gvfs.el (top): Remove superfluous message when loading
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 4 Aug 2009 03:29:54 +0000 (03:29 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 4 Aug 2009 03:29:54 +0000 (03:29 +0000)
fails.

lisp/net/tramp-gvfs.el

index e4499a52f832f4ee59765c9de0d4b0029e44f1d1..3091197cad8247a926a0b4a2899c06ddb07f5663 100644 (file)
 
 ;; Check that GVFS is available.
 (unless (dbus-ping :session tramp-gvfs-service-daemon)
-  (message "GVFS daemon not running")
   (throw 'tramp-loading nil))
 
 (defconst tramp-gvfs-path-mounttracker "/org/gtk/vfs/mounttracker"