Skip to content
Snippets Groups Projects
Commit f000886e authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Log running processes when starting a transfer

Refers to #52
parent 308e5151
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,8 @@ namespace ATxService
_status.CurrentTransferSize = totalSize;
_status.CurrentTransferSrc = sourcePath;
SystemChecks.LogRunningProcesses();
// the user name is expected to be the last part of sourcePath:
_status.TxTargetUser = new DirectoryInfo(sourcePath).Name;
FsUtils.CreateNewDirectory(_status.TxTargetTmp, false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment