aboutsummaryrefslogtreecommitdiff
path: root/src/propspec.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-16 20:28:54 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-16 20:35:39 -0700
commit006b067b994746e8672e66dfe49721cedd484191 (patch)
treef59fd160228e0b29c135d75a2ee00373b76656de /src/propspec.lisp
parent28ad2720a8602eb46d496b50da376b869250b22e (diff)
downloadconsfigurator-006b067b994746e8672e66dfe49721cedd484191.tar.gz
use ~S not ~A in reporting INVALID-OR-AMBIGUOUS-PROPSPEC
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/propspec.lisp')
-rw-r--r--src/propspec.lisp2
1 files changed, 1 insertions, 1 deletions
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