Lower level of message from storage_stage
This commit is contained in:
parent
73b10c196e
commit
a17467aefd
|
@ -405,7 +405,7 @@ impl StorageStage {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if cross_boundary!(*poh_height, entry.num_hashes, storage_rotate_count) {
|
if cross_boundary!(*poh_height, entry.num_hashes, storage_rotate_count) {
|
||||||
info!(
|
trace!(
|
||||||
"crosses sending at poh_height: {} entry_height: {}! hashes: {}",
|
"crosses sending at poh_height: {} entry_height: {}! hashes: {}",
|
||||||
*poh_height, entry_height, entry.num_hashes
|
*poh_height, entry_height, entry.num_hashes
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue