From bb5a0abb9a2d7721fe8ed0da7f46f202dc1c02fa Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Tue, 2 Mar 2021 22:08:11 -0800 Subject: [PATCH] Update crash log URL to the new crash log catcher on our new services.netnewswire.com server. --- Mac/CrashReporter/CrashReporter.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/CrashReporter/CrashReporter.swift b/Mac/CrashReporter/CrashReporter.swift index 9c15e602e..b37810a9d 100644 --- a/Mac/CrashReporter/CrashReporter.swift +++ b/Mac/CrashReporter/CrashReporter.swift @@ -42,7 +42,7 @@ struct CrashReporter { } static func sendCrashLogText(_ crashLogText: String) { - var request = URLRequest(url: URL(string: "https://netnewswire.com/crashreportcatcher.php")!) + var request = URLRequest(url: URL(string: "https://services.netnewswire.com/reportCrash.php")!) request.httpMethod = HTTPMethod.post let boundary = "0xKhTmLbOuNdArY"