From ab3a1ae1dfd08b2029f8256c076638db58e91149 Mon Sep 17 00:00:00 2001 From: Robb Matzke Date: Fri, 10 Nov 2000 15:45:33 -0500 Subject: [svn-r2858] ./hdf5/bin/trace * 2000-11-10 Robb Matzke Changed `unknown type' error message to `untraceable type' so as to be more precise and less alarming. --- bin/trace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/trace b/bin/trace index d365b14..c02bddd 100755 --- a/bin/trace +++ b/bin/trace @@ -119,7 +119,7 @@ sub argstring ($$$) { --$ptr; $tstr = $TypeString{"$atype*"}; } elsif (!exists $TypeString{$atype}) { - errmesg $file, $func, "unknown type \`$atype", '*'x$ptr, "\'"; + errmesg $file, $func, "untraceable type \`$atype", '*'x$ptr, "\'"; } else { $tstr = $TypeString{$atype}; } -- cgit v0.12