From d8b4414ee18be69eb7c6c491587e4895dc995fac Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 18 Dec 2022 13:43:33 +0000 Subject: Rework the levels things are logged at to make more sense. --- src/modules/extra/m_pgsql.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/extra/m_pgsql.cpp') diff --git a/src/modules/extra/m_pgsql.cpp b/src/modules/extra/m_pgsql.cpp index 912b4f18c..cb9ce1f23 100644 --- a/src/modules/extra/m_pgsql.cpp +++ b/src/modules/extra/m_pgsql.cpp @@ -279,7 +279,7 @@ public: bool HandleConnectError(const char* reason) { - ServerInstance->Logs.Normal(MODNAME, "Could not connect to the \"%s\" database: %s", + ServerInstance->Logs.Error(MODNAME, "Could not connect to the \"%s\" database: %s", GetId().c_str(), reason); return false; } -- cgit v1.3.1-10-gc9f91