Add some debug logging to handleMunkiURL() function

This commit is contained in:
Greg Neagle
2020-06-30 20:40:58 -07:00
parent 259f0a0404
commit 2c7c10212c

View File

@@ -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