mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-01-13 12:00:07 +01:00
Storage time is only meaningful on compression.
This commit is contained in:
parent
bdf19e2654
commit
4bc8faa526
3
main.c
3
main.c
|
|
@ -284,7 +284,8 @@ static void show_summary(void)
|
|||
if (UNLIMITED)
|
||||
print_verbose("Using Unlimited Window size\n");
|
||||
}
|
||||
print_maxverbose("Storage time in seconds %lld\n", control.secs);
|
||||
if (!DECOMPRESS && !TEST_ONLY)
|
||||
print_maxverbose("Storage time in seconds %lld\n", control.secs);
|
||||
if (ENCRYPT)
|
||||
print_maxverbose("Encryption hash loops %lld\n", control.encloops);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue