Blame 0021-spice-display-disable-debug.patch
|
Justin M. Forbes |
a81953 |
From c269c8b87769b25c9d69d40944de0e883458af86 Mon Sep 17 00:00:00 2001
|
|
Justin M. Forbes |
a81953 |
From: Gerd Hoffmann <kraxel@redhat.com>
|
|
Justin M. Forbes |
a81953 |
Date: Thu, 8 Jul 2010 14:31:10 +0200
|
|
Justin M. Forbes |
a81953 |
Subject: [PATCH 21/39] spice-display: disable debug
|
|
Justin M. Forbes |
a81953 |
|
|
Justin M. Forbes |
a81953 |
---
|
|
Justin M. Forbes |
a81953 |
spice-display.c | 2 +-
|
|
Justin M. Forbes |
a81953 |
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
Justin M. Forbes |
a81953 |
|
|
Justin M. Forbes |
a81953 |
diff --git a/spice-display.c b/spice-display.c
|
|
Justin M. Forbes |
a81953 |
index a749e64..2291cc7 100644
|
|
Justin M. Forbes |
a81953 |
--- a/spice-display.c
|
|
Justin M. Forbes |
a81953 |
+++ b/spice-display.c
|
|
Justin M. Forbes |
a81953 |
@@ -15,7 +15,7 @@
|
|
Justin M. Forbes |
a81953 |
|
|
Justin M. Forbes |
a81953 |
#include "spice-display.h"
|
|
Justin M. Forbes |
a81953 |
|
|
Justin M. Forbes |
a81953 |
-static int debug = 1;
|
|
Justin M. Forbes |
a81953 |
+static int debug = 0;
|
|
Justin M. Forbes |
a81953 |
|
|
Justin M. Forbes |
a81953 |
int qemu_spice_rect_is_empty(const QXLRect* r)
|
|
Justin M. Forbes |
a81953 |
{
|
|
Justin M. Forbes |
a81953 |
--
|
|
Justin M. Forbes |
a81953 |
1.7.2.3
|
|
Justin M. Forbes |
a81953 |
|