summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2007-03-25 00:09:12 -0300
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2007-03-25 00:09:12 -0300
commitccbc986bda745345d09d2ff7ac77155e77c29b81 (patch)
tree3ba83ade9770b0e2f51093dbf720a92be03a02fa
parent6f623a2bbe5b66af3d171abde579789343a1302f (diff)
use ly:progress for backend-svg
-rw-r--r--input/regression/backend-svg.ly2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/regression/backend-svg.ly b/input/regression/backend-svg.ly
index 39be9d428c..823016e85b 100644
--- a/input/regression/backend-svg.ly
+++ b/input/regression/backend-svg.ly
@@ -12,7 +12,7 @@
#(ly:set-option 'backend 'eps)
%% TODO: what to do if inkscape fails?
-#(display "Invoking inkscape...\n")
+#(ly:progress "Invoking inkscape...\n")
%% LD_LIBRARY_PATH is necesssary, otherwise, it doesn't build in GUB.
%% LD_LIBRARY_PATH is part of the start-environment but should be switched off