marginally prettier native debugger banner
authorNikodemus Siivola <nikodemus@random-state.net>
Wed, 23 Nov 2011 18:27:38 +0000 (20:27 +0200)
committerNikodemus 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

index 014103c..6791ac9 100644 (file)
@@ -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