aboutsummaryrefslogtreecommitdiff
path: root/src/propspec.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/propspec.lisp')
-rw-r--r--src/propspec.lisp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/propspec.lisp b/src/propspec.lisp
index c51b7df..2c199e5 100644
--- a/src/propspec.lisp
+++ b/src/propspec.lisp
@@ -337,8 +337,9 @@ apply the elements of REQUIREMENTS in reverse order."
(or (loop with host = (class-of (get-hostattrs-car :os))
for (type propapp) on cases by #'cddr
when (subtypep host type) return propapp)
- (error 'inapplicable-property
- :text "Host's OS fell through OS:TYPECASE."))))
+ (inapplicable-property
+ "Host's OS ~S fell through OS:TYPECASE."
+ (class-of (get-hostattrs-car :os))))))
(retprop :type (collapse-types (loop for propapp in (cdr cases) by #'cddr
collect (propapptype propapp)))
:desc (lambda (&rest args)