]> gitweb.factorcode.org Git - factor.git/commitdiff
Tweak prettyprinting
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 7 Sep 2008 23:05:45 +0000 (18:05 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 7 Sep 2008 23:05:45 +0000 (18:05 -0500)
basis/logging/logging.factor

index 7cc2f3d8d9f05b6bdae7270ad985f95dff9b7fcc..aa4e46fad19d69e390885ba2befeb289a974928b 100755 (executable)
@@ -46,6 +46,7 @@ SYMBOL: log-service
     dup array? [ dup length 1 = [ first ] when ] when\r
     dup string? [\r
         [\r
+            boa-tuples? on\r
             string-limit? off\r
             1 line-limit set\r
             3 nesting-limit set\r