1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

cleanup: use just 2 decimal digits

This commit is contained in:
Zdenek Kabelac 2015-09-02 16:13:50 +02:00
parent 0a389691dc
commit ee8200f1c6

View File

@ -1117,7 +1117,7 @@ static int _percent_run(struct dev_manager *dm, const char *name,
goto_out; goto_out;
} }
log_debug_activation("LV percent: %f", dm_percent_to_float(*overall_percent)); log_debug_activation("LV percent: %.2f", dm_percent_to_float(*overall_percent));
r = 1; r = 1;
out: out: