public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Yi Sun <yi.sun@intel.com>
To: daniel.vetter@ffwll.ch
Cc: intel-gfx@lists.freedesktop.org
Subject: [PATCH v2] tests/testdisplay.c Remove an uncomfortable error output
Date: Wed,  8 Aug 2012 14:32:04 +0800	[thread overview]
Message-ID: <1344407524-29360-1-git-send-email-yi.sun@intel.com> (raw)

Signed-off-by: Yi Sun <yi.sun@intel.com>

diff --git a/tests/testdisplay.c b/tests/testdisplay.c
index 4430d07..14d7da3 100644
--- a/tests/testdisplay.c
+++ b/tests/testdisplay.c
@@ -358,9 +358,6 @@ static void paint_image(cairo_t *cr, const char *file)
 
 	cairo_translate(cr, img_x, img_y);
 
-	fprintf(stderr, "drew %dx%d image at %d,%d\n", img_w, img_h,
-		img_x, img_y);
-
 	img_w_scale = (double)img_w / (double)img_w_o;
 	img_h_scale = (double)img_h / (double)img_h_o;
 	cairo_scale(cr, img_w_scale, img_h_scale);
-- 
1.7.6.4

                 reply	other threads:[~2012-08-08  6:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1344407524-29360-1-git-send-email-yi.sun@intel.com \
    --to=yi.sun@intel.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox