From: Mikael Djurfeldt Date: Wed, 12 Mar 2003 14:40:19 +0000 (+0000) Subject: Adjusted warning message X-Git-Url: https://git.hcoop.net/bpt/guile.git/commitdiff_plain/0c160c7339116a3523ba6ff87a83821ec0f9cb11 Adjusted warning message --- 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)