From 0c160c7339116a3523ba6ff87a83821ec0f9cb11 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Wed, 12 Mar 2003 14:40:19 +0000 Subject: [PATCH] Adjusted warning message --- ice-9/boot-9.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ice-9/boot-9.scm b/ice-9/boot-9.scm index 10bcaf2a1..adc9db896 100644 --- a/ice-9/boot-9.scm +++ b/ice-9/boot-9.scm @@ -2857,7 +2857,7 @@ (define (warn module name int1 val1 int2 val2 var val) (format #t - "~A: `~A' imported from both ~A and ~A\n" + "WARNING: ~A: `~A' imported from both ~A and ~A\n" (module-name module) name (module-name int1) -- 2.20.1