projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
137ba2d
)
marginally prettier native debugger banner
author
Nikodemus Siivola
<nikodemus@random-state.net>
Wed, 23 Nov 2011 18:27:38 +0000
(20:27 +0200)
committer
Nikodemus Siivola
<nikodemus@random-state.net>
Sun, 27 Nov 2011 12:28:54 +0000
(14:28 +0200)
Add a conditional newline before printing the thread object.
src/code/debug.lisp
patch
|
blob
|
history
diff --git
a/src/code/debug.lisp
b/src/code/debug.lisp
index
014103c
..
6791ac9
100644
(file)
--- a/
src/code/debug.lisp
+++ b/
src/code/debug.lisp
@@
-583,7
+583,7
@@
reset to ~S."
;; definitely preferred, because the FORMAT alternative was acting odd.
(pprint-logical-block (stream nil)
(format stream
- "debugger invoked on a ~S~@[ in thread ~A~]: ~2I~_~A"
+ "debugger invoked on a ~S~@[ in thread ~_~A~]: ~2I~_~A"
(type-of condition)
#!+sb-thread sb!thread:*current-thread*
#!-sb-thread nil