[cairo-commit] perf/cairo-perf-trace.c

Chris Wilson ickle at kemper.freedesktop.org
Tue Jun 2 13:49:56 PDT 2009


 perf/cairo-perf-trace.c |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit f0366f0f3263397181699bf6bf2ed3968ea66403
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Tue Jun 2 21:48:26 2009 +0100

    [perf] Update to point to new toplevel cairo-traces repo

diff --git a/perf/cairo-perf-trace.c b/perf/cairo-perf-trace.c
index b7441f9..898fed6 100644
--- a/perf/cairo-perf-trace.c
+++ b/perf/cairo-perf-trace.c
@@ -437,7 +437,7 @@ main (int argc, char *argv[])
 {
     cairo_perf_t perf;
     cairo_script_interpreter_t *csi;
-    const char *trace_dir = "traces";
+    const char *trace_dir = "cairo-traces";
     cairo_bool_t names_are_traces;
     unsigned int n;
     int i;
@@ -488,11 +488,11 @@ main (int argc, char *argv[])
 	    dir = opendir (trace_dir);
 	    if (dir == NULL) {
 		fprintf (stderr,
-			 "Error: Failed to open trace directory '%s'.\n"
-			 "Have you cloned the trace repository?\n"
-			 "  git clone git://anongit.freedesktop.org/~ickle/traces\n"
-			 "  cd traces && make\n"
-			 "Or set the env.var CAIRO_TRACE_DIR to point to your traces?\n",
+"Error: Failed to open trace directory '%s'.\n"
+"Have you cloned the trace repository?\n"
+"  git clone git://git.freedesktop.org/cairo-traces\n"
+"  cd cairo-traces && make\n"
+"Or set the env.var CAIRO_TRACE_DIR to point to your traces?\n",
 			 trace_dir);
 
 		return 1;


More information about the cairo-commit mailing list