From d55bee44179f7dcfebd8eaf1b99730c8473dadea Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Fri, 14 Jan 2011 16:01:43 -0800 Subject: Further corrections to the logging layer in runtime. --- src/rt/rust_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rt/rust_internal.h') diff --git a/src/rt/rust_internal.h b/src/rt/rust_internal.h index 9a1b2ec0..61716703 100644 --- a/src/rt/rust_internal.h +++ b/src/rt/rust_internal.h @@ -90,7 +90,7 @@ static intptr_t const CONST_REFCOUNT = 0x7badface; // This accounts for logging buffers. -static size_t const BUF_BYTES = 1024; +static size_t const BUF_BYTES = 2048; // Every reference counted object should derive from this base class. -- cgit v1.2.3