1
Fork 0

Remove uses of log

This commit is contained in:
Brian Anderson 2013-03-08 12:39:42 -08:00
parent 2fef18abf2
commit 82f190355b
222 changed files with 874 additions and 955 deletions

View file

@ -509,7 +509,7 @@ mod tests {
fail_unless!((*arc::get(&arc_v))[2] == 3);
log(info, arc_v);
info!(arc_v);
}
#[test]