summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2009-01-22 11:52:54 +1100
committerChris Wilson <chris@chris-wilson.co.uk>2009-01-29 10:10:40 +0000
commitfaa004033cde21cd81890c7f82abae8eb766bb4b (patch)
tree752e3f3682d24dfd4588099704d948f235c8246b /util
parentd108b2777fcd6ef4fa45aeeef457dc58522e325b (diff)
cairo-trace: Print name of trace file.
It's just a lot easier to use cairo-trace if it tells you what file it just created.
Diffstat (limited to 'util')
-rw-r--r--util/cairo-trace/trace.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/cairo-trace/trace.c b/util/cairo-trace/trace.c
index 350c6732..53a8bb63 100644
--- a/util/cairo-trace/trace.c
+++ b/util/cairo-trace/trace.c
@@ -729,6 +729,9 @@ _init_logfile (void)
return false;
}
+ fprintf (stderr, "cairo-trace: Recording cairo trace data to %s\n",
+ filename);
+
done:
atexit (_close_trace);
_emit_header ();