fix metrics thinking ping is a firstRun and vice-versa

This commit is contained in:
Sleaker 2012-02-07 11:53:39 -08:00
parent 958a8c102f
commit 992031dd2b
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ public class Metrics {
+ '&' + encode("revision") + '=' + encode(REVISION + "");
// If we're pinging, append it
if (firstRun) {
if (!firstRun) {
data += '&' + encode("ping") + '=' + encode("true");
}