From 94cec74096280509083798bfcbd1be169fd43562 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Mon, 11 Oct 2010 16:40:18 -0700 Subject: Try to print backtraces on failure --- src/rt/rust_log.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rt/rust_log.h') diff --git a/src/rt/rust_log.h b/src/rt/rust_log.h index 66246eb6..59aa504f 100644 --- a/src/rt/rust_log.h +++ b/src/rt/rust_log.h @@ -42,6 +42,7 @@ public: STDLIB = 0x1000, SPECIAL = 0x2000, KERN = 0x4000, + BT = 0x8000, ALL = 0xffffffff }; -- cgit v1.2.3