[vlc-commits] dbus: remove "Getting All properties" log
Thomas Guillem
git at videolan.org
Fri Feb 15 16:38:00 CET 2019
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Feb 15 09:12:25 2019 +0100| [c42f3d1bc6dc70e6796a674ff7a6b77364415ca4] | committer: Thomas Guillem
dbus: remove "Getting All properties" log
Because:
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
Getting All properties
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c42f3d1bc6dc70e6796a674ff7a6b77364415ca4
---
modules/control/dbus/dbus_player.c | 2 --
modules/control/dbus/dbus_root.c | 2 --
modules/control/dbus/dbus_tracklist.c | 2 --
3 files changed, 6 deletions(-)
diff --git a/modules/control/dbus/dbus_player.c b/modules/control/dbus/dbus_player.c
index 80d699cdd0..2a873cea70 100644
--- a/modules/control/dbus/dbus_player.c
+++ b/modules/control/dbus/dbus_player.c
@@ -689,8 +689,6 @@ DBUS_METHOD( GetAllProperties )
return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
}
- msg_Dbg( (vlc_object_t*) p_this, "Getting All properties" );
-
if( !dbus_message_iter_open_container( &args, DBUS_TYPE_ARRAY, "{sv}", &dict ) )
return DBUS_HANDLER_RESULT_NEED_MEMORY;
diff --git a/modules/control/dbus/dbus_root.c b/modules/control/dbus/dbus_root.c
index 053ba0a99d..e9394d6a9f 100644
--- a/modules/control/dbus/dbus_root.c
+++ b/modules/control/dbus/dbus_root.c
@@ -397,8 +397,6 @@ DBUS_METHOD( GetAllProperties )
return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
}
- msg_Dbg( (vlc_object_t*) p_this, "Getting All properties" );
-
if( !dbus_message_iter_open_container( &args, DBUS_TYPE_ARRAY, "{sv}", &dict ) )
return DBUS_HANDLER_RESULT_NEED_MEMORY;
diff --git a/modules/control/dbus/dbus_tracklist.c b/modules/control/dbus/dbus_tracklist.c
index 1f385fafb8..784168e177 100644
--- a/modules/control/dbus/dbus_tracklist.c
+++ b/modules/control/dbus/dbus_tracklist.c
@@ -411,8 +411,6 @@ DBUS_METHOD( GetAllProperties )
return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
}
- msg_Dbg( (vlc_object_t*) p_this, "Getting All properties" );
-
if( !dbus_message_iter_open_container( &args, DBUS_TYPE_ARRAY, "{sv}", &dict ) )
return DBUS_HANDLER_RESULT_NEED_MEMORY;
More information about the vlc-commits
mailing list