aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/postgresql.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/sos/plugins/postgresql.py b/sos/plugins/postgresql.py
index 0a51074a..07187397 100644
--- a/sos/plugins/postgresql.py
+++ b/sos/plugins/postgresql.py
@@ -92,13 +92,6 @@ class PostgreSQL(Plugin):
self.add_alert(
"WARN: password must be supplied to dump a database."
)
- else:
- self.soslog.warning(
- "dbname must be supplied to dump a database."
- )
- self.add_alert(
- "WARN: dbname must be supplied to dump a database."
- )
def postproc(self):
import shutil