Storage time is only meaningful on compression.

This commit is contained in:
Con Kolivas 2011-03-22 21:37:10 +11:00
parent bdf19e2654
commit 4bc8faa526

3
main.c
View file

@ -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);
}