From 858adf383eb2f1d2feaef2b7002fe105f071fa84 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 19 Jan 2016 11:38:31 -0800 Subject: [PATCH] update comment for config migration --- libraries/shared/src/HifiConfigVariantMap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/shared/src/HifiConfigVariantMap.cpp b/libraries/shared/src/HifiConfigVariantMap.cpp index 96fa2cd9b1..95c8519314 100644 --- a/libraries/shared/src/HifiConfigVariantMap.cpp +++ b/libraries/shared/src/HifiConfigVariantMap.cpp @@ -122,7 +122,7 @@ void HifiConfigVariantMap::loadMasterAndUserConfig(const QStringList& argumentLi // we weren't passed a user config path _userConfigFilename = ServerPathUtils::getDataFilePath(USER_CONFIG_FILE_NAME); - // as of 1/19/2016 this path was moved + // as of 1/19/2016 this path was moved so we attempt a migration for first run post migration here // figure out what the old path was auto oldConfigFilename = QString("%1/%2/%3/%4").arg(QStandardPaths::writableLocation(QStandardPaths::ConfigLocation),