From 006b067b994746e8672e66dfe49721cedd484191 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 16 Apr 2021 20:28:54 -0700 Subject: use ~S not ~A in reporting INVALID-OR-AMBIGUOUS-PROPSPEC Signed-off-by: Sean Whitton --- src/propspec.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/propspec.lisp') diff --git a/src/propspec.lisp b/src/propspec.lisp index d1b95bd..76f8e1b 100644 --- a/src/propspec.lisp +++ b/src/propspec.lisp @@ -35,7 +35,7 @@ properties whose definitions have not been loaded. Ensure that all functions, properties and property combinators used in a propspec are defined before that propspec is processed by Consfigurator. -~A" +~S" (broken-propspec condition))))) (defvar *replaced-propapps* nil -- cgit v1.2.3