From aa2f6bd2e33e7c18d19ff6efbb5dacad0206cd8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Wed, 26 Nov 2014 15:10:58 +0100 Subject: [PATCH] [deploy] Small style fix. --- bin/deploy.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/deploy.m b/bin/deploy.m index 1c64f605..0f13cc66 100644 --- a/bin/deploy.m +++ b/bin/deploy.m @@ -1247,7 +1247,9 @@ recursive_retrieve_crash_reports(afc_conn_t afc_conn, const char *root, afc_dir)); if (last_generated_path == nil) { - printf("Unable to find any crash report file on the device for this app that hasn't been processed yet. Already-processed crash report files for this app might be in `%s'.\n", _local_dir); + printf("Unable to find any crash report file on the device for this " \ + "app that hasn't been processed yet. Already-processed crash " \ + "report files for this app might be in `%s'.\n", _local_dir); } }