]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Differ database error messages for m_permchannels and m_xline_db
authorJustin Crawford <Justasic@Gmail.com>
Fri, 18 Apr 2014 00:33:38 +0000 (17:33 -0700)
committerAttila Molnar <attilamolnar@hush.com>
Tue, 29 Jul 2014 17:42:38 +0000 (19:42 +0200)
commit92d00063f3f78d4e8832a58ebec28dcedb9fdc72
tree5cede1b233ca55f2ed49c5992e28f2a71f0bc605
parentcea7a7cffaa25c9138e6ed80e15fe5cd021dcb10
Differ database error messages for m_permchannels and m_xline_db

m_permchannels and m_xline_db both have the same error messages as well as not
informing the server operator what file is at fault for the error. This makes it
hard to find which module is causing the error and what file the module is referring
to. The new messages explain which database is trying to be written and the path
used to write the file.
src/modules/m_permchannels.cpp
src/modules/m_xline_db.cpp