mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Log.
This commit is contained in:
parent
d2e6b7ad78
commit
806ca59f97
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ class RepoFinder @Inject constructor(val executors: KobaltExecutors, val localRe
|
|||
return listOf(RepoResult(repo, Version.of(dep.version), firstFound.hostInfo.url))
|
||||
}
|
||||
} else {
|
||||
log(2, "Couldn't find " + dep)
|
||||
log(3, "Couldn't find $dep on $repoUrl")
|
||||
return emptyList()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue