summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-05-10 09:03:11 +0000
committerNicholas Clark <nick@ccl4.org>2005-05-10 09:03:11 +0000
commit5e0816872c21e3e4db02b348177b13c7c7cc9d3e (patch)
treecf145b53a84b9f1efeb2343f9b98387b21533fa1 /ext
parent3eb179807dd3db5c6281415b4cc74d53978cc7a6 (diff)
downloadperl-5e0816872c21e3e4db02b348177b13c7c7cc9d3e.tar.gz
Change 24165 missed one s/class/classname/ in the debugging code.
p4raw-id: //depot/perl@24434
Diffstat (limited to 'ext')
-rw-r--r--ext/Storable/Storable.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs
index 08664789eb..f9cf64529e 100644
--- a/ext/Storable/Storable.xs
+++ b/ext/Storable/Storable.xs
@@ -3215,7 +3215,7 @@ static int store_blessed(
len = strlen(classname);
TRACEME(("blessed 0x%"UVxf" in %s, no hook: tagged #%d",
- PTR2UV(sv), class, cxt->tagnum));
+ PTR2UV(sv), classname, cxt->tagnum));
/*
* Determine whether it is the first time we see that class name (in which