Cleaned up error messages when parsing dirs

This commit is contained in:
nathan 2014-09-29 23:38:57 +02:00
parent 05b47a7f5f
commit a6c3f4e0b8

View File

@ -608,7 +608,7 @@ public class FileUtil {
}
}
} else {
System.err.println("Cannot search dependencies, if it's a file name!");
System.err.println("Cannot search directory children if the dir is a file name: " + rootDirectory.getAbsolutePath());
}