summaryrefslogtreecommitdiff
path: root/CSharp
diff options
context:
space:
mode:
Diffstat (limited to 'CSharp')
-rw-r--r--CSharp/Ivy/IvyProbe/IvyProbe.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.cs b/CSharp/Ivy/IvyProbe/IvyProbe.cs
index 095c31e..4d48607 100644
--- a/CSharp/Ivy/IvyProbe/IvyProbe.cs
+++ b/CSharp/Ivy/IvyProbe/IvyProbe.cs
@@ -82,7 +82,7 @@ namespace IvyProbe
DateTime debut = DateTime.Now;
count = bus.SendMsg(tosend);
TimeSpan duree = DateTime.Now - debut;
- append("Sending '" + tosend + "' count " + count + " in " + duree);
+ append("Sending '" + tosend + "' count " + count + " in " + duree.TotalMilliseconds + " ms");
}
[STAThread]