From 8ed89366e45d594205cf6401ffe6852921ef2484 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Fri, 23 Jan 2015 15:01:17 +0100 Subject: plistutil: Improve error message for a human if input file reading failed --- tools/plistutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/plistutil.c b/tools/plistutil.c index 85e54fc..fc0d7c0 100644 --- a/tools/plistutil.c +++ b/tools/plistutil.c @@ -164,7 +164,7 @@ int main(int argc, char *argv[]) free(plist_out); } else - printf("ERROR\n"); + printf("ERROR: Failed to convert input file.\n"); free(options); return 0; -- cgit v1.1-32-gdbae