1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 00:38:11 -07:00
This commit is contained in:
Cedric Beust 2016-03-15 03:04:43 +04:00
parent d2e6b7ad78
commit 806ca59f97

View file

@ -175,7 +175,7 @@ class RepoFinder @Inject constructor(val executors: KobaltExecutors, val localRe
return listOf(RepoResult(repo, Version.of(dep.version), firstFound.hostInfo.url)) return listOf(RepoResult(repo, Version.of(dep.version), firstFound.hostInfo.url))
} }
} else { } else {
log(2, "Couldn't find " + dep) log(3, "Couldn't find $dep on $repoUrl")
return emptyList() return emptyList()
} }
} }