aboutsummaryrefslogtreecommitdiff
path: root/src/property.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-06-05 17:30:16 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-06-05 17:30:52 -0700
commitfbe649d0c52e31e6327c5263608c00e7e0743351 (patch)
treec13df99037ad5ba1c2f870e3248d65551987ba69 /src/property.lisp
parenta263abe1ff15e4255fc3d1aaa85dea565628e3bc (diff)
downloadconsfigurator-fbe649d0c52e31e6327c5263608c00e7e0743351.tar.gz
mention IGNORING-HOSTATTRS in programmatic application warning
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property.lisp')
-rw-r--r--src/property.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/property.lisp b/src/property.lisp
index 2727147..e9d5b4f 100644
--- a/src/property.lisp
+++ b/src/property.lisp
@@ -304,7 +304,8 @@ parsing FORMSV and pushing SETPROP keyword argument pairs to plist SLOTSV."
(:report (lambda (condition stream)
(format stream "Calling property ~S,
which has :HOSTATTRS subroutine, programmatically. Use DEFPROPLIST/DEFPROPSPEC
-to avoid trouble."
+to avoid trouble. Use IGNORING-HOSTATTRS to muffle this warning if
+~:*~S does not push any new hostattrs."
(slot-value condition 'property)))))
(defmacro ignoring-hostattrs (form)