diff options
| author | 2006-12-30 16:38:23 +0000 | |
|---|---|---|
| committer | 2006-12-30 16:38:23 +0000 | |
| commit | c364a4743f879523c0316ff6da318f1212d8b0b7 (patch) | |
| tree | 476d1cf33053f7f0a52ce992f5ffaf4c1bb21796 /src/modules/extra/m_pgsql.cpp | |
| parent | Fix typo in warning, and make it sound less like the world is coming to an end. (diff) | |
| download | inspircd++-c364a4743f879523c0316ff6da318f1212d8b0b7.tar.gz inspircd++-c364a4743f879523c0316ff6da318f1212d8b0b7.tar.bz2 inspircd++-c364a4743f879523c0316ff6da318f1212d8b0b7.zip | |
The world is coming to an end!!! RUN AWAY!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6175 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_pgsql.cpp')
| -rw-r--r-- | src/modules/extra/m_pgsql.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/extra/m_pgsql.cpp b/src/modules/extra/m_pgsql.cpp index 15cdbdcce..a065b41b9 100644 --- a/src/modules/extra/m_pgsql.cpp +++ b/src/modules/extra/m_pgsql.cpp @@ -1168,6 +1168,7 @@ public: } catch(...) { + /* THE WORLD IS COMING TO AN END! */ ServerInstance->Log(DEBUG, "Couldn't make a SQLresolver..this connection is gonna diiiiiie...actually we just won't create it"); } } |
