comparison 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
comparison
equal deleted inserted replaced
356:00060bb8b240 357:ebb9377cf52c
2096 } 2096 }
2097 progress_end(done_size / read_size_max); 2097 progress_end(done_size / read_size_max);
2098 flowf(NORMAL, " ok\n"); 2098 flowf(NORMAL, " ok\n");
2099 2099
2100 time_read = stopwatch_stop(time_read); 2100 time_read = stopwatch_stop(time_read);
2101 flowf(VERBOSE, "Used time: %ds ok\n", time_read); 2101 flowf(VERBOSE, "Used time: %d ms ok\n", time_read);
2102 } 2102 }
2103 2103
2104 2104
2105 /****************************************************************************** 2105 /******************************************************************************
2106 * Flash Reset 2106 * Flash Reset