From 0acbefea27ee3e8a80b26f33bb5f0f0adc8df1c7 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Fri, 3 Oct 2008 10:49:47 -0400 Subject: [PATCH] Fix typo --- check_postgres.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_postgres.pl b/check_postgres.pl index 677534189..88f382cbe 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -2916,7 +2916,7 @@ sub check_txn_time { } if ($max < 0) { if ($USERWHERECLAUSE) { - add_unknown 'T-EXCLUDE-DB2'; + add_unknown 'T-EXCLUDE-DB'; } else { add_ok 'No transactions'; -- 2.39.5