From 1a0c7051aa2dfe9a0e4dd12f4d66155de4637270 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 10 Jul 2013 15:28:35 +0200 Subject: [PATCH] auth: debug authorization check --- gst/rtsp-server/rtsp-auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtsp-server/rtsp-auth.c b/gst/rtsp-server/rtsp-auth.c index a6db8a6f0a..a2e38c30b7 100644 --- a/gst/rtsp-server/rtsp-auth.c +++ b/gst/rtsp-server/rtsp-auth.c @@ -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);