qa-reporter: Make debug message a bit more readable

By surrounding it with double quotes
This commit is contained in:
Edward Hervey 2013-08-13 11:07:31 +02:00 committed by Thiago Santos
parent 5fcbf1026d
commit 737a2664f2

View file

@ -104,7 +104,7 @@ gst_qa_report_valist (GstQaReporter * reporter,
GstQaIssueId issue_id = gst_qa_issue_get_id (issue);
if (g_hash_table_lookup (priv->reports, (gconstpointer) issue_id)) {
GST_DEBUG ("Report %" G_GUINTPTR_FORMAT ":%s already present",
GST_DEBUG ("Report \"%" G_GUINTPTR_FORMAT ":%s\" already present",
issue_id, issue->summary);
gst_qa_report_unref (report);
return;