aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXavi Garcia Mena <xavi.garcia.mena@canonical.com>2016-02-24 14:48:16 +0100
committerXavi Garcia Mena <xavi.garcia.mena@canonical.com>2016-02-24 14:48:16 +0100
commit3feaa4d0c59774f23831990d9310c5191526eb16 (patch)
tree1dac8aacb64588c52b583767e1cd86664ff59421 /src
parent7186eb5e4f5e8bdebfa510a270183fa8956fd3ca (diff)
downloadayatana-indicator-sound-3feaa4d0c59774f23831990d9310c5191526eb16.tar.gz
ayatana-indicator-sound-3feaa4d0c59774f23831990d9310c5191526eb16.tar.bz2
ayatana-indicator-sound-3feaa4d0c59774f23831990d9310c5191526eb16.zip
Removed log statement
Diffstat (limited to 'src')
-rw-r--r--src/accounts-service-access.vala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/accounts-service-access.vala b/src/accounts-service-access.vala
index d82f888..fb15700 100644
--- a/src/accounts-service-access.vala
+++ b/src/accounts-service-access.vala
@@ -214,7 +214,6 @@ public class AccountsServiceAccess : Object
_volume_cancellable.cancel ();
_volume_cancellable.reset ();
- warning("Interface name: %s", _user_proxy.get_interface_name ());
try {
yield _user_proxy.get_connection ().call (_user_proxy.get_name (), _user_proxy.get_object_path (), "org.freedesktop.DBus.Properties", "Set", new Variant ("(ssv)", _user_proxy.get_interface_name (), "Volume", new Variant ("d", volume)), null, DBusCallFlags.NONE, -1, _volume_cancellable);
} catch (GLib.Error e) {