shout2send: print actual username in debug log out

https://bugzilla.gnome.org/show_bug.cgi?id=782093
This commit is contained in:
Adrián Pardini 2017-05-02 21:24:06 -03:00 committed by Tim-Philipp Müller
parent 03dc22951b
commit c019530091

View file

@ -502,7 +502,7 @@ gst_shout2send_start (GstBaseSink * basesink)
goto set_failed;
cur_prop = "username";
GST_DEBUG_OBJECT (sink, "setting %s: %s", cur_prop, "source");
GST_DEBUG_OBJECT (sink, "setting %s: %s", cur_prop, sink->username);
if (shout_set_user (sink->conn, sink->username) != SHOUTERR_SUCCESS)
goto set_failed;