Fixes #404: Use log.rs and a file-per-thread logger instead of the dbg! macro;
This commit is contained in:
committed by
Dan Gohman
parent
60c2cad06e
commit
a044f58cea
@@ -316,7 +316,7 @@ impl Layout {
|
||||
next_inst = self.insts[inst].next.expand();
|
||||
}
|
||||
}
|
||||
dbg!("Renumbered {} program points", seq / MAJOR_STRIDE);
|
||||
debug!("Renumbered {} program points", seq / MAJOR_STRIDE);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user