From b07232847311699084653bb2f7a6cf0956ef4835 Mon Sep 17 00:00:00 2001 From: Michael Larson Date: Thu, 20 May 2010 13:35:28 -0700 Subject: fix for bug 5618. needed to extend valstruct to maintain multiple types rather than using first type found in node.val file. also simplified type check. --- src/delete.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/delete.c') diff --git a/src/delete.c b/src/delete.c index f432934..4f38f54 100644 --- a/src/delete.c +++ b/src/delete.c @@ -322,8 +322,8 @@ int main(int argc, char **argv) bye("Corrupted old value ---- \n%s\n-----\n", cp); res = val_cmp(&new_value, &old_value, IN_COND); if (!res) { - fprintf(out_stream, "%s is not a configured value\n", new_value.val); - bye("Not in multivalue"); + fprintf(out_stream, "%s is not a configured value, %s\n", new_value.val,old_value.val); + bye("Not in multivalue"); } touch(); if (old_value.cnt) { -- cgit v1.2.3