diff --git a/WordPressAuthenticator.podspec b/WordPressAuthenticator.podspec index f0ab934f0..412604544 100644 --- a/WordPressAuthenticator.podspec +++ b/WordPressAuthenticator.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "WordPressAuthenticator" - s.version = "1.38.0" + s.version = "1.39.0-beta.1" s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps." s.description = <<-DESC diff --git a/WordPressAuthenticator/Unified Auth/View Related/Site Address/SiteAddressViewController.swift b/WordPressAuthenticator/Unified Auth/View Related/Site Address/SiteAddressViewController.swift index 354ea033d..8b410a10c 100644 --- a/WordPressAuthenticator/Unified Auth/View Related/Site Address/SiteAddressViewController.swift +++ b/WordPressAuthenticator/Unified Auth/View Related/Site Address/SiteAddressViewController.swift @@ -430,7 +430,9 @@ private extension SiteAddressViewController { guard let error = error, let self = self else { return } - + // Intentionally log the attempted address on failures. + // It's not guaranteed to be included in the error object depending on the error. + DDLogInfo("Error attempting to connect to site address: \(self.loginFields.siteAddress)") DDLogError(error.localizedDescription) // TODO: - Tracks. // WordPressAuthenticator.track(.loginFailedToGuessXMLRPC, error: error)