aboutsummaryrefslogtreecommitdiff
path: root/src/data.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-16 20:23:50 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-16 20:35:39 -0700
commit28ad2720a8602eb46d496b50da376b869250b22e (patch)
treee2b17357c10fd238f9c747df8d8e9bb7e5aca112 /src/data.lisp
parentb059c44b7ed012c9c1660f22a3fa8db9a966dcf3 (diff)
downloadconsfigurator-28ad2720a8602eb46d496b50da376b869250b22e.tar.gz
define & use DEFINE-PRINT-OBJECT-FOR-STRUCTLIKE
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/data.lisp')
-rw-r--r--src/data.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/data.lisp b/src/data.lisp
index 640c057..e04802c 100644
--- a/src/data.lisp
+++ b/src/data.lisp
@@ -569,7 +569,8 @@ rework your deployment so that it does not end up in the propspec or
hostattrs; see \"Pitfalls\" in the Consfigurator user manual.
If ~:*~A is a simple object then you may be able to resolve this by defining
-a PRINT-OBJECT method for your class."
+a PRINT-OBJECT method for your class, possibly using
+CONSFIGURATOR:DEFINE-PRINT-OBJECT-FOR-STRUCTLIKE."
(print-not-readable-object c)))))))
(defun request-lisp-systems ()