X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugreport;h=75654cc9b5b42eada2fa54cbdd8b5dc7137a2b71;hp=5c27be981efff19f3b2f93d42678efba4d124abe;hb=817d5389c87ae35e3dabbcc689d1fd77a339daa2;hpb=0217db758fa946c9cc753a0a92a93fc9e7f89936 diff --git a/bugreport b/bugreport index 5c27be9..75654cc 100755 --- a/bugreport +++ b/bugreport @@ -156,14 +156,14 @@ sub MakeStatistics() { printf("Number that have a fix prepared and waiting to upload: %d
\n", $pendingtotal); printf("Number that are being ignored: %d
\n", $ignoretotal); printf("Number concerning the current stable release: %d
\n", $stabletotal); - printf("Number concerning the next release (excluding ignored and not-in-testing): %d

\n", $worrytotal); + printf("Number concerning the next release: %d

\n", $worrytotal); } else { print "Total number of release-critical bugs: $bugcount\n"; printf("Number that have a patch: %d\n", $patchtotal); printf("Number that have a fix prepared and waiting to upload: %d\n", $pendingtotal); printf("Number that are being ignored: %d\n", $ignoretotal); printf("Number concerning the current stable release: %d\n", $stabletotal); - printf("Number concerning the next release (excluding ignored and not-in-testing): %d\n", $worrytotal); + printf("Number concerning the next release: %d\n", $worrytotal); } }