Change "Syntax file" to "Generating SCode for file".
authorChris Hanson <org/chris-hanson/cph>
Wed, 25 Oct 2006 17:49:55 +0000 (17:49 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 25 Oct 2006 17:49:55 +0000 (17:49 +0000)
v7/src/sf/toplev.scm

index 978301172c46de2eb4bc332f943de91f706a4a07..028d883dcdc21fa3e858942e71d3838c9d146504 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: toplev.scm,v 4.28 2006/10/25 05:41:02 cph Exp $
+$Id: toplev.scm,v 4.29 2006/10/25 17:49:55 cph Exp $
 
 Copyright 1987,1988,1989,1990,1991,1992 Massachusetts Institute of Technology
 Copyright 1993,1995,1997,2000,2001,2002 Massachusetts Institute of Technology
@@ -151,9 +151,9 @@ USA.
     (if sf:noisy?
        (let ((message
               (lambda (port)
-                (write-string "Syntax file: " port)
+                (write-string "Generating SCode for file: " port)
                 (write (enough-namestring input-pathname) port)
-                (write-string " " port)
+                (write-string " => " port)
                 (write (enough-namestring bin-pathname) port))))
          (if (eq? sf:noisy? 'old-style)
              (timed message do-it)