Make error message prettier.

This commit is contained in:
Daniel Nichter
2011-09-20 12:00:42 -06:00
parent bfb5b7ae6a
commit 6784bf30c3

View File

@@ -4954,7 +4954,7 @@ sub main {
# chunk size can't be set less than 1.
warn "Checksums are executing very slowly. --chunk-size has "
. "been automatically reduced to 1. Check that the server "
. "is not being overloaded, or increase --chunk-time.\n\n"
. "is not being overloaded, or increase --chunk-time. "
. "The last chunk, number $args{nibbleno} of table "
. "$tbl->{db}.$tbl->{tbl}, selected $cnt rows and took "
. sprintf('%.3f', $nibble_time) . " seconds to execute.\n";