Re: [PATCH] tools/kvm_stat: cut down decimal places in update interval dialog

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 25/09/2018 09:19, Stefan Raspl wrote:
> From: Stefan Raspl <stefan.raspl@xxxxxxxxxx>
> 
> We currently display the default number of decimal places for floats in
> _show_set_update_interval(), which is quite pointless. Cutting down to a
> single decimal place.
> 
> Signed-off-by: Stefan Raspl <raspl@xxxxxxxxxxxxx>
> ---
>  tools/kvm/kvm_stat/kvm_stat | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/kvm/kvm_stat/kvm_stat b/tools/kvm/kvm_stat/kvm_stat
> index 439b8a27488d..195ba486640f 100755
> --- a/tools/kvm/kvm_stat/kvm_stat
> +++ b/tools/kvm/kvm_stat/kvm_stat
> @@ -1325,7 +1325,7 @@ class Tui(object):
>          msg = ''
>          while True:
>              self.screen.erase()
> -            self.screen.addstr(0, 0, 'Set update interval (defaults to %fs).' %
> +            self.screen.addstr(0, 0, 'Set update interval (defaults to %.1fs).' %
>                                 DELAY_DEFAULT, curses.A_BOLD)
>              self.screen.addstr(4, 0, msg)
>              self.screen.addstr(2, 0, 'Change delay from %.1fs to ' %
> 

Queued, thanks.

Paolo



[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux