Skip to content

Commit

Permalink
Update PullDependencies.java (apache#3970)
Browse files Browse the repository at this point in the history
Hi guys,

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

Cheers,
Fokko Driesprong
  • Loading branch information
Fokko authored and nishantmonu51 committed Feb 25, 2017
1 parent 469ae37 commit 78b8a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/src/main/java/io/druid/cli/PullDependencies.java
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ public void write(byte[] b, int off, int len) throws IOException
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()) {
Expand Down

0 comments on commit 78b8a57

Please sign in to comment.