From 6784bf30c3d35a3be73acde2008f9696a97bf776 Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Tue, 20 Sep 2011 12:00:42 -0600 Subject: [PATCH] Make error message prettier. --- bin/pt-table-checksum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pt-table-checksum b/bin/pt-table-checksum index 3c2b3fa1..dbc68551 100755 --- a/bin/pt-table-checksum +++ b/bin/pt-table-checksum @@ -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";