diff options
| author | 2012-10-13 03:12:29 +0200 | |
|---|---|---|
| committer | 2012-12-02 19:39:46 +0100 | |
| commit | ac7defcd3e52695dcf5e5150e9fe3e1624205e64 (patch) | |
| tree | da428a276376986ca64390d5cf5662083f8197c6 /src/modules/extra/m_pgsql.cpp | |
| parent | Merge pull request #376 from SaberUK/insp20+fix-clean (diff) | |
Attach to events and register services in init()
Diffstat (limited to 'src/modules/extra/m_pgsql.cpp')
| -rw-r--r-- | src/modules/extra/m_pgsql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_pgsql.cpp b/src/modules/extra/m_pgsql.cpp index 71f494dd9..ab6908d17 100644 --- a/src/modules/extra/m_pgsql.cpp +++ b/src/modules/extra/m_pgsql.cpp @@ -152,7 +152,7 @@ class SQLConn : public SQLProvider, public EventHandler { if (!DoConnect()) { - ServerInstance->Logs->Log("m_pgsql",DEFAULT, "WARNING: Could not connect to database " + tag->getString("id")); + ServerInstance->Logs->Log("m_pgsql",DEFAULT, "WARNING: Could not connect to database " + tag->getString("id")); DelayReconnect(); } } |
