mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
qa-reporter: Make debug message a bit more readable
By surrounding it with double quotes
This commit is contained in:
parent
5fcbf1026d
commit
737a2664f2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue