summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSteven Van Acker <steven@singularity.be>2012-11-15 17:29:31 +0100
committerSteven Van Acker <steven@singularity.be>2012-11-15 19:46:24 +0100
commit8eb4534fa98bd8fb0f02f2b1b7c54ec70ab077cc (patch)
treeef8214bb455981b219d87d7df0892a66ad5f9c3f /src
parenta4db7bf9af00b32d4f5c1922997d02b0b8be59e5 (diff)
added warning that autoconnect is now a separate tag
Diffstat (limited to 'src')
-rw-r--r--src/configreader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp
index 866521b92..7d204bfb7 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -471,6 +471,7 @@ static const Deprecated ChangedConfig[] = {
{"die", "value", "you need to reread your config"},
{"bind", "transport", "has been moved to <bind:ssl> as of 2.0a1"},
{"link", "transport", "has been moved to <link:ssl> as of 2.0a1"},
+ {"link", "autoconnect", "2.0+ does not use the autoconnect value. Please define <autoconnect> tags instead."},
};
void ServerConfig::Fill()