git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube...
authorVásáry Dániel <daniel.vasary@userrendszerhaz.hu>
Wed, 18 Oct 2017 09:22:32 +0000 (09:22 +0000)
committerVásáry Dániel <daniel.vasary@userrendszerhaz.hu>
Wed, 18 Oct 2017 09:22:32 +0000 (09:22 +0000)
client/Maestro/Targets/UNCTargetProcessor.cs

index 7f386e79fba50a433119cdc31a2af8e03973c4f7..be7d9b610dc0d36ba12c6ba9ef7de976ade23512 100644 (file)
@@ -57,7 +57,9 @@ namespace Maestro.Targets {
                 workFlowAction.source = Input;\r
                 workFlowAction.destination = Output;\r
                 Status = "Folyamatban";\r
+                //DateTime started = DateTime.Now;\r
                 UploadFile();\r
+                //logger.Info("Spend (s):" + (DateTime.Now - started).TotalSeconds);\r
                 ExecuteCompleted();\r
             }\r
             catch (Exception e) {\r