log which parser is used

git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/trunk@484155 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Xavier Hanin 2006-01-24 12:48:50 +00:00
parent a4d0b23009
commit b6bd89ef5f
1 changed files with 1 additions and 0 deletions

View File

@ -705,6 +705,7 @@ public class Ivy implements TransferListener {
URLResource res = new URLResource(ivySource);
ModuleDescriptorParser parser = ModuleDescriptorParserRegistry.getInstance().getParser(res);
Message.verbose("using "+parser+" to parse "+ivySource);
try {
ModuleDescriptor md = parser.parseDescriptor(this, ivySource, validate);