X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugreport;h=001ce2f84adb4ed9ae3003c9f7d1952adc6e0797;hp=8bb3b5835a0b0f0f01fbf3a34436d95e115d7d2d;hb=6105d8c40612530ff2a544473d7be9e950afbe95;hpb=c0db4b9d56c1fbb988dffa9fff9f86d181d8b270 diff --git a/bugreport b/bugreport index 8bb3b58..001ce2f 100755 --- a/bugreport +++ b/bugreport @@ -158,15 +158,15 @@ sub MakeStatistics() { 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 next release (excluding ignored and not-in-testing): %d
\n", $worrytotal); - printf("Number concerning the current stable release: %d

\n", $stabletotal); + 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); } 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 next release (excluding ignored and not-in-testing): %d\n", $worrytotal); 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); } }