summaryrefslogtreecommitdiff
path: root/libdm/regex
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2010-03-25 18:22:04 +0000
committerAlasdair Kergon <agk@redhat.com>2010-03-25 18:22:04 +0000
commitb8175c33daaea9d45e3508ede80d7a236b1e2d94 (patch)
tree254d5f70c3d6470c617cdd023af6f878e8dbf880 /libdm/regex
parenta7ca334681d7763cb62195652bab77509f8f4c57 (diff)
downloadlvm2-b8175c33daaea9d45e3508ede80d7a236b1e2d94.tar.gz
Use INTERNAL_ERROR definition consistently in internal error messages.
Diffstat (limited to 'libdm/regex')
-rw-r--r--libdm/regex/matcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdm/regex/matcher.c b/libdm/regex/matcher.c
index c2dda3e87..d9c2d8ad5 100644
--- a/libdm/regex/matcher.c
+++ b/libdm/regex/matcher.c
@@ -133,7 +133,7 @@ static void _calc_functions(struct dm_regex *m)
break;
default:
- log_error("Internal error: Unknown calc node type");
+ log_error(INTERNAL_ERROR "Unknown calc node type");
}
/*