Refactor landing.js: Update logger name in dlAsync function

This commit is contained in:
Sandro642 2024-10-27 11:05:21 +01:00
parent 745a11e5bb
commit 4732ee54f7

View File

@ -457,7 +457,7 @@ async function dlAsync(login = true) {
// launching the game.
const loggerLaunchSuite = LoggerUtil.getLogger('LaunchSuite')
const loggerLanding = LoggerUtil.getLogger('Landing')
const loggerLanding = LoggerUtil.getLogger('dlAsync')
setLaunchDetails(Lang.queryJS('landing.dlAsync.loadingServerInfo'))
let distro