FreeCalypso > hg > freecalypso-reveng
changeset 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 | 00060bb8b240 |
children | 49fe64a5e207 |
files | fluid-mnf/machine.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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); }