aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/partialator.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/partialator.c b/src/partialator.c
index c2ea7eeb..88926582 100644
--- a/src/partialator.c
+++ b/src/partialator.c
@@ -282,8 +282,7 @@ int main(int argc, char *argv[])
RefListIterator *iter;
if ( read_chunk(fh, &images[i]) == 1 ) {
- ERROR("Couldn't get all of the filenames, cells and"
- " wavelengths from the input stream.\n");
+ ERROR("Failed to read chunk from the input stream.\n");
return 1;
}