mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-26 01:05:38 +00:00
some cleanup
This commit is contained in:
parent
1a001a1af4
commit
7dc62012a6
22 changed files with 144 additions and 50 deletions
|
|
@ -72,7 +72,7 @@ class XPathBuilder implements Builder<XPathExecutable> {
|
|||
extractNamespaces();
|
||||
}
|
||||
} catch (final IllegalStateException e) {
|
||||
final String msg = String.format("Error creating %s xpath", this.name, e);
|
||||
final String msg = String.format("Error creating %s xpath: %s", this.name, e.getMessage());
|
||||
log.error(msg, e);
|
||||
return new Result<>(Collections.singletonList(msg));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue