diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2008-11-11 09:25:24 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2008-11-13 11:36:32 +0000 |
commit | 8f3d0b55f50168f061a01eecfcb4ebecbff0e1c6 (patch) | |
tree | b8956f2041cd6c33b1fb7e57fbaba7f6ae509bbe /util | |
parent | 7ad2635ebe84ba7c050a7f00c5389cdc31ab1172 (diff) |
[trace] Add unstable warning.
Add warning that CairoScript is unfinished and I may radically alter the
format/syntax/language before release.
Diffstat (limited to 'util')
-rw-r--r-- | util/cairo-trace/trace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cairo-trace/trace.c b/util/cairo-trace/trace.c index 19e0d735..aa877518 100644 --- a/util/cairo-trace/trace.c +++ b/util/cairo-trace/trace.c @@ -419,6 +419,7 @@ _emit_header (void) get_prog_name (name, sizeof (name)); fprintf (logfile, "%%!CairoScript - %s\n", name); + fprintf (logfile, "%%*** Warning CairoScript is still a new tracing format, and is subject to change.\n"); } static bool |