Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
The daemon logs to crcd.log so in case of failure logs from that file…
Browse files Browse the repository at this point in the history
… should be shown
  • Loading branch information
anjannath committed Jan 21, 2020
1 parent cc722b1 commit 23fd9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodeReady Containers/Helpers/Helpers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func showAlertFailedAndCheckLogs(message: String, informativeMsg: String) {
if alert.runModal() == .alertFirstButtonReturn {
// Open logs file
print("Check Logs button clicked")
let logFilePath: URL = userHomePath.appendingPathComponent(".crc").appendingPathComponent("crc").appendingPathExtension("log")
let logFilePath: URL = userHomePath.appendingPathComponent(".crc").appendingPathComponent("crcd").appendingPathExtension("log")
NSWorkspace.shared.open(logFilePath)
} else {
print("Not now button clicked")
Expand Down

0 comments on commit 23fd9f4

Please sign in to comment.