diff fluid-mnf/machine.c @ 357:ebb9377cf52c

fluid-mnf/machine.c: read operation time report message changed to match the reality of the number being in ms, not s
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 13 Mar 2020 20:56:47 +0000
parents 3aecf9bc1bf3
children b4fb0c7dfdf4
line wrap: on
line diff
--- a/fluid-mnf/machine.c	Fri Mar 13 20:47:37 2020 +0000
+++ b/fluid-mnf/machine.c	Fri Mar 13 20:56:47 2020 +0000
@@ -2098,7 +2098,7 @@
     flowf(NORMAL, " ok\n");
 
     time_read = stopwatch_stop(time_read);
-    flowf(VERBOSE, "Used time: %ds ok\n", time_read);
+    flowf(VERBOSE, "Used time: %d ms ok\n", time_read);
 }