summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib.c b/lib.c
index 0e8f628d..0ce2e43b 100644
--- a/lib.c
+++ b/lib.c
@@ -13484,8 +13484,8 @@ tail:
val label = cdr(prev_cell);
if (label == colon_k)
- uw_throwf(error_s, lit("print: unexpected duplicate object "
- "(misbehaving print method?)"), nao);
+ uw_throwf(error_s, lit("~a: unexpected duplicate object "
+ "(misbehaving print method?)"), self, nao);
if (prev_cell)
return;
} else {