Revision: 29598
http://sourceforge.net/p/bibdesk/svn/29598
Author: hofman
Date: 2025-09-17 16:06:17 +0000 (Wed, 17 Sep 2025)
Log Message:
-----------
add newline in log
Modified Paths:
--------------
trunk/bibdesk/BDSKWebView.m
Modified: trunk/bibdesk/BDSKWebView.m
===================================================================
--- trunk/bibdesk/BDSKWebView.m 2025-09-17 16:05:35 UTC (rev 29597)
+++ trunk/bibdesk/BDSKWebView.m 2025-09-17 16:06:17 UTC (rev 29598)
@@ -487,7 +487,7 @@
if ([[error domain] isEqualToString:NSURLErrorDomain] == NO || [error
code] != NSURLErrorCancelled) {
// !!! logs are here to help diagnose problems that users are reporting
- NSLog(@"-[%@ %@] %@", [self class], NSStringFromSelector(_cmd), error);
+ NSLog(@"-[%@ %@]\n%@", [self class], NSStringFromSelector(_cmd),
error);
// "plug-in handled load" is reported as a failure with code 204
if ([[error domain] isEqualToString:WebKitErrorDomain] == NO || [error
code] != 204) {
@@ -536,7 +536,7 @@
if (([[error domain] isEqualToString:NSURLErrorDomain] == NO || [error
code] != NSURLErrorCancelled) ||
([[error domain] isEqualToString:WebKitErrorDomain] == NO || [error
code] != 204)) {
// !!! logs are here to help diagnose problems that users are reporting
- NSLog(@"-[%@ %@] %@", [self class], NSStringFromSelector(_cmd), error);
+ NSLog(@"-[%@ %@]\n%@", [self class], NSStringFromSelector(_cmd),
error);
NSURL *url = [[[frame provisionalDataSource] request] URL];
NSString *errorHTML = [NSString
stringWithFormat:@"<html><head><title>%@</title></head><body><h1>%@</h1></body></html>",
NSLocalizedString(@"Error", @"Placeholder web group label"), [error
localizedDescription]];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit