From dbf8c2705e33a1005c98061c4eff41c4d8e636d6 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sun, 4 Sep 2011 21:02:42 +0200 Subject: [PATCH] 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 --- User.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/User.cpp b/User.cpp index 24008485..cd6269dc 100644 --- a/User.cpp +++ b/User.cpp @@ -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;