Add an empty directory stuff/toonzfarm, which is necessary for tfarmserver

This commit is contained in:
kusano 2016-03-23 20:45:27 +09:00
parent 46ab69e306
commit 898953fe78
3 changed files with 2 additions and 2 deletions

0
stuff/toonzfarm/.gitkeep Normal file
View file

View file

@ -2384,7 +2384,7 @@ void ControllerService::onStart(int argc, char *argv[])
TFilePath globalRoot = getGlobalRoot();
if (globalRoot.isEmpty()) {
QString errMsg("Unable to get TFARMGLOBALROOT environment variable\n");
QString errMsg("Unable to get FARMROOT environment variable\n");
addToMessageLog(errMsg);
// exit the program

View file

@ -835,7 +835,7 @@ void FarmServerService::onStart(int argc, char *argv[])
if (!lRootDirExists) {
string errMsg("Unable to start the Server");
errMsg += "\n";
errMsg += "The directorya specified as Local Root does not exist";
errMsg += "The directory specified as Local Root does not exist";
errMsg += "\n";
addToMessageLog(errMsg);