Register new snapshots, purge log_err and log_full in favour of log(...).

This commit is contained in:
Graydon Hoare 2011-12-22 17:53:53 -08:00
parent ccb5b6fb25
commit f0dfbe7b1b
243 changed files with 705 additions and 702 deletions

View file

@ -35,8 +35,8 @@ fn test_pipes() {
readclose(pipe_err.in);
os::waitpid(pid);
log_full(core::debug, expected);
log_full(core::debug, actual);
log(debug, expected);
log(debug, actual);
assert (expected == actual);
fn writeclose(fd: fd_t, s: str) {