changeset 104142:488fbd6258f7

* net/tramp-gvfs.el (top): Remove superfluous message when loading fails.
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 04 Aug 2009 03:29:54 +0000
parents d37c3737e41f
children 49b412e99f1e
files lisp/net/tramp-gvfs.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/tramp-gvfs.el	Mon Aug 03 22:07:50 2009 +0000
+++ b/lisp/net/tramp-gvfs.el	Tue Aug 04 03:29:54 2009 +0000
@@ -145,7 +145,6 @@
 
 ;; 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"