summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/svg-surface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/svg-surface.c b/test/svg-surface.c
index c0cdc1616..8ee3b613c 100644
--- a/test/svg-surface.c
+++ b/test/svg-surface.c
@@ -122,7 +122,7 @@ preamble (cairo_test_context_t *ctx)
cairo_destroy (cr);
cairo_surface_destroy (surface);
- printf ("svg-surface: Please check svg-surface.svg to make sure it looks happy.\n");
+ printf ("svg-surface: Please check %s to make sure it looks happy.\n", filename);
free (filename);
return CAIRO_TEST_SUCCESS;
}