[Xfce4-commits] <ristretto:master> Change 'dbus-call failed' message in a warning.

Stephan Arts noreply at xfce.org
Sun Nov 20 11:06:01 CET 2011


Updating branch refs/heads/master
         to 6f1f0fdb7d02d6239fda794a2e20e594b3dcb52a (commit)
       from 33e3d7e877910cd89934bf1738a7122eda3859c8 (commit)

commit 6f1f0fdb7d02d6239fda794a2e20e594b3dcb52a
Author: Stephan Arts <stephan at xfce.org>
Date:   Sun Nov 20 09:57:37 2011 +0100

    Change 'dbus-call failed' message in a warning.

 src/thumbnailer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/thumbnailer.c b/src/thumbnailer.c
index f0149e0..5d3a4d3 100644
--- a/src/thumbnailer.c
+++ b/src/thumbnailer.c
@@ -384,7 +384,7 @@ rstto_thumbnailer_queue_request_timer (
             G_TYPE_UINT, &thumbnailer->priv->handle,
             G_TYPE_INVALID) == FALSE)
     {
-        g_debug("call failed:%s", error->message);
+        g_warning("DBUS-call failed:%s", error->message);
         /* TOOO: Nice cleanup */
     }
     


More information about the Xfce4-commits mailing list