diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-30 16:38:23 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-30 16:38:23 +0000 |
commit | c364a4743f879523c0316ff6da318f1212d8b0b7 (patch) | |
tree | 476d1cf33053f7f0a52ce992f5ffaf4c1bb21796 | |
parent | 44d746fc41abb32f0dd35f6e047b6a25562c81ea (diff) |
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
-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"); } } |