From 705f7984fad06ab2ae3a13f5c74f2e79c5d79780 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 17 Jul 2012 19:41:04 +0200 Subject: restore: Format TSS baseband request message strings correctly --- src/restore.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/restore.c b/src/restore.c index 3b79ad1..ee57ecc 100644 --- a/src/restore.c +++ b/src/restore.c @@ -1298,14 +1298,14 @@ int restore_send_baseband_data(restored_client_t restore, struct idevicerestore_ if (idevicerestore_debug) debug_plist(request); - info("Sending Baseband TSS request... "); + info("Sending Baseband TSS request...\n"); response = tss_send_request(request); plist_free(request); if (response == NULL) { error("ERROR: Unable to fetch Baseband TSS\n"); return -1; } - info("received Baseband SHSH blobs\n"); + info("Received Baseband SHSH blobs\n"); if (idevicerestore_debug) debug_plist(response); -- cgit v1.1-32-gdbae