diff options
author | Martin Szulecki | 2015-01-23 15:01:17 +0100 |
---|---|---|
committer | Martin Szulecki | 2015-01-23 15:01:17 +0100 |
commit | 8ed89366e45d594205cf6401ffe6852921ef2484 (patch) | |
tree | 49daea08dc2d25e09e357dbc0fc4cea6059504c9 /tools/plistutil.c | |
parent | 7f28d8f75710026337c253622b2ed51303a2ad3d (diff) | |
download | libplist-8ed89366e45d594205cf6401ffe6852921ef2484.tar.gz libplist-8ed89366e45d594205cf6401ffe6852921ef2484.tar.bz2 |
plistutil: Improve error message for a human if input file reading failed
Diffstat (limited to 'tools/plistutil.c')
-rw-r--r-- | tools/plistutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |