[gtk/ngl-coloring-underlines: 11/13] ngl: Fix an oversight
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ngl-coloring-underlines: 11/13] ngl: Fix an oversight
- Date: Fri, 9 Apr 2021 03:49:22 +0000 (UTC)
commit e7963945bbb096f7ac5cbd3665d75e7cfc465b7d
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Apr 8 23:10:10 2021 -0400
ngl: Fix an oversight
All the rest of debug spew goes to stderr here.
gsk/ngl/gsknglcommandqueue.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gsk/ngl/gsknglcommandqueue.c b/gsk/ngl/gsknglcommandqueue.c
index bdfef2f35c..4ce1628e2f 100644
--- a/gsk/ngl/gsknglcommandqueue.c
+++ b/gsk/ngl/gsknglcommandqueue.c
@@ -169,7 +169,7 @@ gsk_ngl_command_queue_print_batch (GskNglCommandQueue *self,
for (guint i = 0; i < batch->draw.bind_count; i++)
{
const GskNglCommandBind *bind = &self->batch_binds.items[batch->draw.bind_offset + i];
- g_print (" Bind[%d]: %u\n", bind->texture, bind->id);
+ g_printerr (" Bind[%d]: %u\n", bind->texture, bind->id);
}
for (guint i = 0; i < batch->draw.uniform_count; i++)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]