Upgrading to networks: Slightly rephrase a message

Someone was confused by the "[user]" part since he expected his username to be
printed there. The fix: Just remove that part.

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter
2011-09-04 21:02:42 +02:00
parent 6ed10a1cf4
commit dbf8c2705e
+1 -1
View File
@@ -338,7 +338,7 @@ bool CUser::ParseConfig(CConfig* pConfig, CString& sError) {
}
if (pNetwork) {
CUtils::PrintMessage("NOTICE: Found deprecated config, upgrading to a network named [user]");
CUtils::PrintMessage("NOTICE: Found deprecated config, upgrading to a network");
if (!pNetwork->ParseConfig(pConfig, sError, true)) {
return false;