[svn-r2858] ./hdf5/bin/trace

* 2000-11-10 Robb Matzke  <matzke@llnl.gov>
	Changed `unknown type' error message to `untraceable
	type' so as to be more precise and less alarming.
This commit is contained in:
Robb Matzke 2000-11-10 15:45:33 -05:00
parent 290fdd6d3d
commit ab3a1ae1df

View File

@ -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};
}