]> git.lizzy.rs Git - rust.git/commit
std: Fix newsched logging truncation
authorBrian Anderson <banderson@mozilla.com>
Mon, 5 Aug 2013 04:54:59 +0000 (21:54 -0700)
committerBrian Anderson <banderson@mozilla.com>
Mon, 5 Aug 2013 04:56:47 +0000 (21:56 -0700)
commitd123df26ff1796f4712b10290a3b6647d754a6e3
tree47d7451739a7543ecb6703cfa3f1968090d40515
parent6c12ca3ac2d0db3f9636e16fc5a507a12f313e7f
std: Fix newsched logging truncation

The truncation needs to be done in the console logger in order
to catch all the logging output, and because truncation only matters
when outputting to the console.
src/libstd/logging.rs
src/libstd/rt/logging.rs