summaryrefslogtreecommitdiff
path: root/ext/Storable
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Storable')
-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 7f319778b4..be89224b15 100644
--- a/ext/Storable/Storable.xs
+++ b/ext/Storable/Storable.xs
@@ -2080,7 +2080,7 @@ static int store_hook(
sv_seen:
SvREFCNT_dec(xsv);
ary[i] = *svh;
- TRACEME(("listed object %d at 0x%"UVxf" is tag #%"UVdf,
+ TRACEME(("listed object %d at 0x%"UVxf" is tag #%"UVxf,
i-1, PTR2UV(xsv), PTR2UV(*svh)));
}