GNOME Bugzilla – Bug 782093
shout2send: log actual username in debug log
Last modified: 2018-01-18 19:16:54 UTC
Created attachment 350914 [details] [review] Patch file implementing the proposed change. Just a very minor thing I spotted. While looking at the code of shout2send in gst_shout2send_start() for all the properties it logs the current value in sink->the_property except 'username'. I'm not sure if there's a reason for this. The attached patch changes it to match the behavior of the other properties. Thanks.
True. I wondered if we should put username/password into the log at all, but then I guess it's elsewhere already if it comes from a parse-launch pipeline string.
Pushed, sorry for the delay (and for the confusing extra word in the modified commit message): commit c0195300919af46964884de6b4bbd5df7fb8c211 Author: Adrián Pardini <github@tangopardo.com.ar> Date: Tue May 2 21:24:06 2017 -0300 shout2send: print actual username in debug log out https://bugzilla.gnome.org/show_bug.cgi?id=782093
(In reply to Tim-Philipp Müller from comment #2) > Pushed, sorry for the delay (and for the confusing extra word in the > modified commit message): No problem, thanks!