From aaea6525e939057b623d6402855638d0f732fb8d Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Wed, 7 Apr 2010 14:56:12 -0400 Subject: Complete the tabs-to-spaces conversion. --- check_postgres.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check_postgres.pl') diff --git a/check_postgres.pl b/check_postgres.pl index 87f5cd9fe..cab52949f 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -6710,7 +6710,7 @@ WHERE xact_start IS NOT NULL $USERWHERECLAUSE ## Use of skip_item means we may have no matches if ($maxdb eq '?') { if ($USERWHERECLAUSE) { ## needed? - add_unknown msg('tttt-nomatch'); + add_unknown msg('fixme-nomatch'); } else { add_ok msg('txntime-none'); -- cgit v1.2.3