summaryrefslogtreecommitdiffstats
path: root/unwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'unwind.c')
-rw-r--r--unwind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unwind.c b/unwind.c
index 3a8324f0..7e35c937 100644
--- a/unwind.c
+++ b/unwind.c
@@ -281,7 +281,7 @@ val uw_throw(val sym, val args)
if (ex == 0) {
if (std_error == 0) {
- fprintf(stderr, "unhandled exception in early initialization\n");
+ fprintf(stderr, "txr: unhandled exception in early initialization\n");
abort();
}