mirror of https://github.com/apache/druid.git
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:
parent
469ae374a3
commit
78b8a57ad6
|
@ -464,7 +464,7 @@ public class PullDependencies implements Runnable
|
||||||
private void createRootExtensionsDirectory(File atLocation)
|
private void createRootExtensionsDirectory(File atLocation)
|
||||||
{
|
{
|
||||||
if (atLocation.isDirectory()) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
if (!atLocation.mkdirs()) {
|
if (!atLocation.mkdirs()) {
|
||||||
|
|
Loading…
Reference in New Issue