From: Jay Freeman (saurik) Date: Sat, 26 Mar 2011 08:01:10 +0000 (-0700) Subject: Add newline to lprintf() error. X-Git-Tag: v1.1.0~4 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/47ff9ab89a04ab01acbf2a0f4a84fd7b11a90fae Add newline to lprintf() error. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 3c4acda4..ad9305d9 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -8777,7 +8777,7 @@ static void HomeControllerReachabilityCallback(SCNetworkReachabilityRef reachabi } - (void) connection:(NSURLConnection *)connection didFailWithError:(NSError *)error { - lprintf("connection:\"%s\" didFailWithError:\"%s\"", [href_ UTF8String], [[error localizedDescription] UTF8String]); + lprintf("connection:\"%s\" didFailWithError:\"%s\"\n", [href_ UTF8String], [[error localizedDescription] UTF8String]); error_ = error; [self _endConnection:connection]; }