Skip to content

Commit

Permalink
Better guesses as to what went wrong, in the error
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Nov 7, 2004
1 parent 3042755 commit a271fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/slashcode/tasks/counthits.pl
Expand Up @@ -45,7 +45,7 @@
slashdLog("Nothing to do, lastmaxid '$lastmaxid', newmaxid '$newmaxid'");
if ($lastmaxid > $newmaxid + 2) {
# Something odd is going on... this ID is off.
slashdErrnote("counthits_lastmaxid '$lastmaxid' is higher than it should be '$newmaxid', did accesslog maybe get rebuilt?");
slashdErrnote("counthits_lastmaxid '$lastmaxid' is higher than it should be '$newmaxid' -- maybe accesslog got rebuilt, or db unavailable and failover order is incorrect?");
}
return "";
}
Expand Down

0 comments on commit a271fcb

Please sign in to comment.