]> git.saurik.com Git - cydia.git/commitdiff
Add newline to lprintf() error.
authorJay Freeman (saurik) <saurik@saurik.com>
Sat, 26 Mar 2011 08:01:10 +0000 (01:01 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Sat, 26 Mar 2011 08:01:10 +0000 (01:01 -0700)
MobileCydia.mm

index 3c4acda4b1191a3037cbb8564a0d90d84f7714f8..ad9305d982d35e045dc2383d6bb3f57125742e59 100644 (file)
@@ -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];
 }