Index: /trunk/Ohana/src/libfits/header/F_read_H.c
===================================================================
--- /trunk/Ohana/src/libfits/header/F_read_H.c	(revision 15903)
+++ /trunk/Ohana/src/libfits/header/F_read_H.c	(revision 15904)
@@ -36,5 +36,5 @@
     if (Nbytes != FT_RECORD_SIZE) {
       if (feof(f)) return (FALSE);
-      perror ("fits read error");
+      perror ("gfits_load_header : failed to read all data");
       return (FALSE);
     }
