From c4897cec47c13539ff50bb3c8b6fda1315bf9af2 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Tue, 4 Aug 2015 22:38:42 -0400 Subject: [PATCH] As $user is not always defined at this point, do not bother showing it. --- bucardo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucardo b/bucardo index f358a88d6..cb795ed49 100755 --- a/bucardo +++ b/bucardo @@ -1995,7 +1995,7 @@ sub add_database { } } else { - $msg = qq{Connection to "$db" ($fullname) as user $user failed}; + $msg = qq{Connection to "$db" ($fullname) failed}; } die "$msg. You may force add it with the --force argument.\nError was: $err\n\n" -- 2.39.5