diff options
| author | 2015-01-23 15:01:17 +0100 | |
|---|---|---|
| committer | 2015-01-23 15:01:17 +0100 | |
| commit | 8ed89366e45d594205cf6401ffe6852921ef2484 (patch) | |
| tree | 49daea08dc2d25e09e357dbc0fc4cea6059504c9 | |
| parent | 7f28d8f75710026337c253622b2ed51303a2ad3d (diff) | |
| download | libplist-8ed89366e45d594205cf6401ffe6852921ef2484.tar.gz libplist-8ed89366e45d594205cf6401ffe6852921ef2484.tar.bz2 | |
plistutil: Improve error message for a human if input file reading failed
| -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[]) | |||
| 164 | free(plist_out); | 164 | free(plist_out); |
| 165 | } | 165 | } |
| 166 | else | 166 | else |
| 167 | printf("ERROR\n"); | 167 | printf("ERROR: Failed to convert input file.\n"); |
| 168 | 168 | ||
| 169 | free(options); | 169 | free(options); |
| 170 | return 0; | 170 | return 0; |
