Update PullDependencies.java (#3970)

Hi guys,

I've stumbled on this incomplete info line while debugging my mvn packaging job. 

Cheers,
Fokko Driesprong
This commit is contained in:
Fokko Driesprong 2017-02-25 10:30:30 +01:00 committed by Nishant Bangarwa
parent 469ae374a3
commit 78b8a57ad6
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ public class PullDependencies implements Runnable
private void createRootExtensionsDirectory(File atLocation)
{
if (atLocation.isDirectory()) {
log.info("Root extension directory [%s] already exists, skip creating");
log.info("Root extension directory [%s] already exists, skip creating", atLocation.getAbsolutePath());
return;
}
if (!atLocation.mkdirs()) {