From b989b7c4c896c2dc436c6b75d2106f16065af71a Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Fri, 2 Mar 2012 07:51:28 -0800 Subject: [PATCH] Tweak error message. --- bin/pt-table-checksum | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/pt-table-checksum b/bin/pt-table-checksum index 7b471481..62cf48f5 100755 --- a/bin/pt-table-checksum +++ b/bin/pt-table-checksum @@ -7390,9 +7390,9 @@ eval { require DBD::mysql; }; if ( !$EVAL_ERROR && $DBD::mysql::VERSION eq "4.014" ) { - die "DBD::mysql v4.014 is installed but it has as bug which prevents " - . "pt-table-checksum 2.0 from working properly. Please upgrade " - . "DBD::mysql to any new version.\n" + die "DBD::mysql v4.014 is installed, but it has as bug which causes " + . "pt-table-checksum to fail. Please upgrade DBD::mysql to any " + . "newer version.\n" } if ( !caller ) { exit main(@ARGV); }