mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-10 07:00:20 -07:00
trace: improve warning message
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
This commit is contained in:
parent
ad9fafaa16
commit
e3ec8fa496
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ all functions."
|
|||
(cond ((traced-and-redefined-p record)
|
||||
(delete-from-trace-list fname))
|
||||
(t
|
||||
(warn "The function ~S is already traced." fname)
|
||||
(warn "The function ~S is already traced. Statement has no effect." fname)
|
||||
(return-from trace-one nil)))))
|
||||
(setq oldf (fdefinition fname))
|
||||
(eval
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue