shout2send: print actual username in debug log out
https://bugzilla.gnome.org/show_bug.cgi?id=782093
This commit is contained in:
parent
03dc22951b
commit
c019530091
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user