Skip to content

Commit

Permalink
auth: debug authorization check
Browse files Browse the repository at this point in the history
  • Loading branch information
Wim Taymans committed Jul 10, 2013
1 parent c4c9c87 commit 1a0c705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gst/rtsp-server/rtsp-auth.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1a0c705

Please sign in to comment.