dots on same line
This commit is contained in:
parent
7e13ce6185
commit
86df371a72
@ -74,7 +74,7 @@ impl SimpleMigration for ArchiveV7 {
|
|||||||
self.0 += 1;
|
self.0 += 1;
|
||||||
if self.0 == 100_000 {
|
if self.0 == 100_000 {
|
||||||
self.0 = 0;
|
self.0 = 0;
|
||||||
println!(".");
|
flush!(".");
|
||||||
}
|
}
|
||||||
|
|
||||||
if key.len() != 32 {
|
if key.len() != 32 {
|
||||||
@ -240,7 +240,7 @@ impl Migration for OverlayRecentV7 {
|
|||||||
count += 1;
|
count += 1;
|
||||||
if count == 100_000 {
|
if count == 100_000 {
|
||||||
count = 0;
|
count = 0;
|
||||||
println!(".");
|
flush!(".");
|
||||||
}
|
}
|
||||||
|
|
||||||
let mut key = key.into_vec();
|
let mut key = key.into_vec();
|
||||||
|
Loading…
Reference in New Issue
Block a user