vlc | branch: master | Thomas Guillem <[email protected]> | 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;
 

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to