summaryrefslogtreecommitdiffstats
path: root/bin/trace
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>2000-11-10 20:45:33 (GMT)
committerRobb Matzke <matzke@llnl.gov>2000-11-10 20:45:33 (GMT)
commitab3a1ae1dfd08b2029f8256c076638db58e91149 (patch)
tree85db2f1b1a175cecbb18f1f5b89a15570b7ee620 /bin/trace
parent290fdd6d3d8c8b34fce36c8b7a24d8ee43ce401e (diff)
downloadhdf5-ab3a1ae1dfd08b2029f8256c076638db58e91149.zip
hdf5-ab3a1ae1dfd08b2029f8256c076638db58e91149.tar.gz
hdf5-ab3a1ae1dfd08b2029f8256c076638db58e91149.tar.bz2
[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.
Diffstat (limited to 'bin/trace')
-rwxr-xr-xbin/trace2
1 files changed, 1 insertions, 1 deletions
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};
}