From: Michael Albinus Date: Tue, 4 Aug 2009 03:29:54 +0000 (+0000) Subject: * net/tramp-gvfs.el (top): Remove superfluous message when loading X-Git-Tag: emacs-pretest-23.1.90~1965 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=33e8d4fa2d092de82456602f82bc0cde8a0f0f59;p=emacs.git * net/tramp-gvfs.el (top): Remove superfluous message when loading fails. --- 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"