Changed: Display parameters passed to batch in log

--HG--
branch : develop
feature/pipeline-tools
kervala 9 years ago
parent 32ce9a47cb
commit 8090ddd12f

@ -1040,6 +1040,13 @@ void CPatchManager::executeBatchFile()
arguments.push_back(startupPath); arguments.push_back(startupPath);
#endif #endif
// log parameters passed to Ryzom client
nlinfo("Restarting Ryzom...");
nlinfo("RyzomFilename = %s", RyzomFilename.c_str());
nlinfo("ClientPatchPath = %s", ClientPatchPath.c_str());
nlinfo("ClientRootPath = %s", ClientRootPath.c_str());
nlinfo("StartupPath = %s", startupPath.c_str());
batchFilename += UpdateBatchFilename; batchFilename += UpdateBatchFilename;
// make script executable // make script executable

Loading…
Cancel
Save