changed warning when there is no 'name' field

svn: r16217
This commit is contained in:
Robby Findler 2009-10-02 16:39:24 +00:00
parent 6efd0abc13
commit 1003c22061

View File

@ -600,7 +600,7 @@
[name ; field name
string? ; check
(announce "Name: ~a\n" name) ; success action
(warn "Package's info.ss file has no name field. Without a name, PLT Scheme will not compile your package.") ;failure action
(warn "Package's info.ss file has no name field.") ;failure action
]
[blurb
(λ (b) (and (list? b) (andmap xexpr? b)))