summaryrefslogtreecommitdiffstats
path: root/src/H5detect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5detect.c')
-rw-r--r--src/H5detect.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/H5detect.c b/src/H5detect.c
index 18a8d60..be77339 100644
--- a/src/H5detect.c
+++ b/src/H5detect.c
@@ -351,8 +351,9 @@ H5T_init (void)\n\
/* Atomize the type */
printf ("\
if ((H5T_NATIVE_%s = H5Aregister_atom (H5_DATATYPE, dt))<0) {\n\
- /* Can't initialize type system - atom registration failure */\n\
- HRETURN_ERROR (H5E_DATATYPE, H5E_CANTINIT, FAIL);\n\
+ HRETURN_ERROR (H5E_DATATYPE, H5E_CANTINIT, FAIL,\n\
+ \"can't initialize type system (atom registration \"\n\
+ \"failure\");\n\
}\n",
d[i].varname);