From 53682eb0de3b0a2c77b5350c766b38e6f8250be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20L=C3=B3pez?= Date: Tue, 16 Oct 2018 13:36:39 -0500 Subject: [PATCH] conf file --- profiler/models/profiler_profile.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/profiler/models/profiler_profile.py b/profiler/models/profiler_profile.py index a542146ab..ef827792b 100644 --- a/profiler/models/profiler_profile.py +++ b/profiler/models/profiler_profile.py @@ -129,8 +129,7 @@ class ProfilerProfile(models.Model): self.description = ( "You need seudo-enable logs from your " - "postgresql-server configuration file.\n" - "Common paths:\n\t- %s\n" + "postgresql-server configuration file.\n\t- %s\n" "or your can looking for the service using: " "'ps aux | grep postgres'\n\n" ) % pg_config_file