summaryrefslogtreecommitdiffstats
path: root/src/H5FDmirror.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDmirror.c')
-rw-r--r--src/H5FDmirror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDmirror.c b/src/H5FDmirror.c
index f36b9c3..7402b30 100644
--- a/src/H5FDmirror.c
+++ b/src/H5FDmirror.c
@@ -249,7 +249,7 @@ H5FD_mirror_init(void)
if (H5I_VFL != H5I_get_type(H5FD_MIRROR_g)) {
H5FD_MIRROR_g = H5FD_register(&H5FD_mirror_g, sizeof(H5FD_class_t), FALSE);
if (H5I_INVALID_HID == H5FD_MIRROR_g)
- HGOTO_ERROR(H5E_ID, H5E_CANTREGISTER, H5I_INVALID_HID, "unable to register mirror");
+ HGOTO_ERROR(H5E_ATOM, H5E_CANTREGISTER, H5I_INVALID_HID, "unable to register mirror");
}
ret_value = H5FD_MIRROR_g;