Adjusted warning message
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 12 Mar 2003 14:40:19 +0000 (14:40 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 12 Mar 2003 14:40:19 +0000 (14:40 +0000)
ice-9/boot-9.scm

index 10bcaf2..adc9db8 100644 (file)
     
      (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)