auth: debug authorization check

This commit is contained in:
Wim Taymans 2013-07-10 15:28:35 +02:00
parent c4c9c873b8
commit 1a0c7051aa

View file

@ -371,7 +371,7 @@ gst_rtsp_auth_check (const gchar * check)
klass = GST_RTSP_AUTH_GET_CLASS (auth);
GST_DEBUG_OBJECT (auth, "check auth");
GST_DEBUG_OBJECT (auth, "check authorization '%s'", check);
if (klass->check)
result = klass->check (auth, state, check);