Skip to content

Commit

Permalink
Fix log format
Browse files Browse the repository at this point in the history
  • Loading branch information
GameParrot committed Sep 5, 2022
1 parent 6144ad7 commit ad22796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/lunarcmd/LunarDownloader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func downloadVersionData(branch: String) {
} catch {
TinyLogger.log.error(msg: "Could not get available versions\n", format: logFormat)
}
TinyLogger.log.info(msg: "Downloading Lunar assets...")
TinyLogger.log.info(msg: "Downloading Lunar assets...", format: logFormat)
let kernelVersionTask = Process()
#if os(macOS)
kernelVersionTask.executableURL = URL(fileURLWithPath: "/usr/bin/uname")
Expand Down

0 comments on commit ad22796

Please sign in to comment.