mirror of
https://github.com/munki/munki.git
synced 2026-01-06 06:29:56 -06:00
Add some debug logging to handleMunkiURL() function
This commit is contained in:
@@ -842,6 +842,7 @@ class MainWindowController: NSWindowController, NSWindowDelegate, WKNavigationDe
|
||||
|
||||
func handleMunkiURL(_ url: URL) {
|
||||
// Display page associated with munki:// url
|
||||
NSLog("Handling URL: %@", url.absoluteString)
|
||||
guard url.scheme == "munki" else {
|
||||
msc_debug_log("URL \(url) has unsupported scheme")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user