diff options
-rw-r--r-- | src/configreader.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index 5523397f4..5735b395c 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -954,8 +954,6 @@ void ServerConfig::Read(bool bail, const std::string &useruid) *item = 0; if (ConfValue(newconfig, ChangedConfig[Index].tag, ChangedConfig[Index].value, "", 0, item, MAXBUF, true) || *item) throw CoreException(std::string("Your configuration contains a deprecated value: <") + ChangedConfig[Index].tag + ":" + ChangedConfig[Index].value + "> - " + ChangedConfig[Index].reason); - else - ServerInstance->Logs->Log("CONFIG",DEBUG,"Deprecated item <%s:%s> does not exist, good.", ChangedConfig[Index].tag, ChangedConfig[Index].value); } /* Read the values of all the tags which occur once or not at all, and call their callbacks. |