Lower level of message from storage_stage

This commit is contained in:
Stephen Akridge 2019-01-22 21:16:08 -08:00 committed by sakridge
parent 73b10c196e
commit a17467aefd
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ impl StorageStage {
}
}
if cross_boundary!(*poh_height, entry.num_hashes, storage_rotate_count) {
info!(
trace!(
"crosses sending at poh_height: {} entry_height: {}! hashes: {}",
*poh_height, entry_height, entry.num_hashes
);