13
0

Clarify my XML error printout from yesterday (see previous commit)

This commit is contained in:
John Emmas 2016-04-22 07:18:15 +01:00
parent fba9dc8c05
commit 2c9b341722

View File

@ -236,7 +236,7 @@ libxml_structured_error_func (void* /* parsing_context*/,
error << endmsg;
} else {
error << msg << endmsg;
error << X_("XML error: ") << msg << endmsg;
}
}
}