Commit e923ac78d5c2e624172c8e1449e7a2cf5508941c

Znort 987 2011-08-15T11:53:19

Add CPU algo used to summary

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/main.c b/main.c
index 64d23a7..5aeda53 100644
--- a/main.c
+++ b/main.c
@@ -4136,6 +4136,7 @@ static void print_summary(void)
 
 	printf("\nSummary of runtime statistics:\n\n");
 	printf("Started at %s\n", datestamp);
+	printf("CPU hasher algorithm used: %s\n", algo_names[opt_algo]);
 	printf("Runtime: %d hrs : %d mins : %d secs\n", hours, mins, secs);
 	if (total_secs)
 		printf("Average hashrate: %.1f Megahash/s\n", total_mhashes_done / total_secs);