summaryrefslogtreecommitdiff
path: root/muse2/muse/xml.cpp
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-12-30 18:51:46 +0000
committerFlorian Jung <flo@windfisch.org>2011-12-30 18:51:46 +0000
commit14ed268100ece710a009c287fa4d61d7254f7aa1 (patch)
tree5b604a31789a2afdb34154c7c5340a8703d6e8ae /muse2/muse/xml.cpp
parent30ce0c7640d9d7d8e409d485fe044426b33ea522 (diff)
fixed gs.idf
Diffstat (limited to 'muse2/muse/xml.cpp')
-rw-r--r--muse2/muse/xml.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/xml.cpp b/muse2/muse/xml.cpp
index 45bed368..1a989366 100644
--- a/muse2/muse/xml.cpp
+++ b/muse2/muse/xml.cpp
@@ -225,7 +225,7 @@ Xml::Token Xml::parse()
bool endFlag = false;
nextc();
if (c == EOF) {
- printf("unexpected EOF reading *.med file at level %d, line %d, <%s><%s><%s>\n",
+ printf("unexpected EOF reading xml file at level %d, line %d, <%s><%s><%s>\n",
level, _line, _tag.toLatin1().constData(), _s1.toLatin1().constData(), _s2.toLatin1().constData());
return level == 0 ? End : Error;
}