projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4860da8
)
A little bit more silence.
author
Daniel Carl
<danielcarl@gmx.de>
Fri, 3 Mar 2017 11:16:48 +0000
(12:16 +0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Fri, 3 Mar 2017 11:16:48 +0000
(12:16 +0100)
src/ext-proxy.c
patch
|
blob
|
history
diff --git
a/src/ext-proxy.c
b/src/ext-proxy.c
index
2e7fb5b
..
b17f081
100644
(file)
--- a/
src/ext-proxy.c
+++ b/
src/ext-proxy.c
@@
-183,7
+183,6
@@
static void dbus_call(Client *c, const char *method, GVariant *param,
/* TODO add function to queue calls until the proxy connection is
* established */
if (!c->dbusproxy) {
- g_message("dbus_call without proxy: %s", method);
return;
}
g_dbus_proxy_call(c->dbusproxy, method, param, G_DBUS_CALL_FLAGS_NONE, -1, NULL, callback, c);