Clarify my XML error printout from yesterday (see previous commit)
This commit is contained in:
@@ -236,7 +236,7 @@ libxml_structured_error_func (void* /* parsing_context*/,
|
||||
|
||||
error << endmsg;
|
||||
} else {
|
||||
error << msg << endmsg;
|
||||
error << X_("XML error: ") << msg << endmsg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user