Improved warning on bad descriptor
This commit is contained in:
parent
6ab8aa8d30
commit
02142c2e30
|
@ -51,7 +51,7 @@ public abstract class Descriptor
|
||||||
}
|
}
|
||||||
catch (SAXException | IOException e)
|
catch (SAXException | IOException e)
|
||||||
{
|
{
|
||||||
LOG.warn("Unable to parse {}", _xml, e);
|
LOG.warn("Unable to parse {}", _xml.getURI(), e);
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue