moved crashfile retro.log into the current SSLID directory to avoid conflict between multiple RS instances running on the same computer

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3889 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-11-30 22:12:41 +00:00
parent ad01becb1a
commit 516bfa4b9a

View File

@ -2279,7 +2279,7 @@ int RsServer::StartupRetroShare()
if ((!RsInitConfig::haveLogFile) && (!RsInitConfig::outStderr))
{
std::string crashfile = RsInitConfig::basedir + RsInitConfig::dirSeperator;
crashfile += configLogFileName;
crashfile += ownId + RsInitConfig::dirSeperator + configLogFileName;
setDebugCrashMode(crashfile.c_str());
}