mirror of https://github.com/BOINC/boinc.git
parent
28a94cd068
commit
bb2b4b6fce
|
@ -269,7 +269,7 @@ bool CBOINCClientManager::StartupBOINCCore() {
|
||||||
}
|
}
|
||||||
|
|
||||||
wxLogTrace(wxT("Function Status"), wxT("CMainDocument::StartupBOINCCore - szExecute '%s'\n"), strExecute.c_str());
|
wxLogTrace(wxT("Function Status"), wxT("CMainDocument::StartupBOINCCore - szExecute '%s'\n"), strExecute.c_str());
|
||||||
wxLogTrace(wxT("Function Status"), wxT("CMainDocument::StartupBOINCCore - szDataDirectory '%s'\n"), ::wxGetWorkingDirectory().c_str());
|
wxLogTrace(wxT("Function Status"), wxT("CMainDocument::StartupBOINCCore - szDataDirectory '%s'\n"), ::wxGetCwd().c_str());
|
||||||
|
|
||||||
m_lBOINCCoreProcessId = ::wxExecute(strExecute);
|
m_lBOINCCoreProcessId = ::wxExecute(strExecute);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue