Add missing logging
This commit is contained in:
parent
b79161cca2
commit
cc1c0124ae
@ -384,9 +384,11 @@ object Starbound : ISBFileLocator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (path in archivePaths) {
|
for (path in archivePaths) {
|
||||||
|
LOGGER.info("Reading PAK archive $path")
|
||||||
addPak(StarboundPak(path))
|
addPak(StarboundPak(path))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
LOGGER.info("Finished reading PAK archives")
|
||||||
bootstrapped = true
|
bootstrapped = true
|
||||||
bootstrapping = false
|
bootstrapping = false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user