diff --git a/src/pkg/runtime/panic.c b/src/pkg/runtime/panic.c index f94f1443cc..c96007dd16 100644 --- a/src/pkg/runtime/panic.c +++ b/src/pkg/runtime/panic.c @@ -455,7 +455,7 @@ void runtime·throw(int8 *s) { runtime·startpanic(); - runtime·printf("throw: %s\n", s); + runtime·printf("fatal error: %s\n", s); runtime·dopanic(0); *(int32*)0 = 0; // not reached runtime·exit(1); // even more not reached