diff --git a/ECTrainer2/ECTrainer.cpp b/ECTrainer2/ECTrainer.cpp index b3f4217..60c7d17 100644 --- a/ECTrainer2/ECTrainer.cpp +++ b/ECTrainer2/ECTrainer.cpp @@ -41,7 +41,10 @@ // 初期化 bool ECTrainer::Process() { PWorker()->EventLog(_T("")); - PWorker()->EventLog(_T("Software Start")); + TCHAR buf[1024]; + _stprintf_s(buf, 1024, _T("Software Start [%s] visit:%d"), + nkc::wut::Multi2Wide(_Subject).c_str(), _Visit); + PWorker()->EventLog(buf); // プロセス初期化 for (int i = 0; i < (int)PROC::NUM; i++) {