client: improve debug
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 30 May 2013 08:52:46 +0000 (10:52 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 30 May 2013 08:52:46 +0000 (10:52 +0200)
gst/rtsp-server/rtsp-client.c

index 8c62deb..4b9d5d7 100644 (file)
@@ -2278,8 +2278,8 @@ error_full (GstRTSPWatch * watch, GstRTSPResult result,
 
   str = gst_rtsp_strresult (result);
   GST_INFO
-      ("client %p: received an error %s when handling message %p with id %d",
-      client, str, message, id);
+      ("client %p: error when handling message %p with id %d: %s",
+      client, message, id, str);
   g_free (str);
 
   return GST_RTSP_OK;