summaryrefslogtreecommitdiff
path: root/lisp/net/tramp-gvfs.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2009-08-04 03:29:54 +0000
committerMichael Albinus <michael.albinus@gmx.de>2009-08-04 03:29:54 +0000
commit33e8d4fa2d092de82456602f82bc0cde8a0f0f59 (patch)
treef7c83b57ce9626f0463f2595d70eaeb4457bd3ec /lisp/net/tramp-gvfs.el
parent5c0309109e1c467465fbb8618ea05e7b4433b5e2 (diff)
downloademacs-33e8d4fa2d092de82456602f82bc0cde8a0f0f59.tar.gz
* net/tramp-gvfs.el (top): Remove superfluous message when loading
fails.
Diffstat (limited to 'lisp/net/tramp-gvfs.el')
-rw-r--r--lisp/net/tramp-gvfs.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el
index e4499a52f83..3091197cad8 100644
--- a/lisp/net/tramp-gvfs.el
+++ b/lisp/net/tramp-gvfs.el
@@ -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"