Whamcloud - gitweb
LU-7567 utils: fix timestamp printing in lfs_changelog() 06/18006/5
authorAndreas Dilger <andreas.dilger@intel.com>
Sat, 4 Mar 2017 06:50:12 +0000 (23:50 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 12 May 2017 05:06:37 +0000 (05:06 +0000)
commit47380f67e9e21114020937c5afdb81c5c83f4fcd
tree6c30784f4f17a5ff6727b47d1b7dd76997cda1f8
parent7fa66448c2f51775fbbd4f50d114b4ca64e59576
LU-7567 utils: fix timestamp printing in lfs_changelog()

lfs_changelog() should use ".09d" when printing the fractional part
instead of ".06d" for accurate timestamps.

Test-Parameters: trivial
Signed-off-by: akam kumar bharathi <azurelustre@gmail.com>
Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Change-Id: I2b219f588de688ba06b3c8cf3ccd255ed845c45e
Reviewed-on: https://review.whamcloud.com/18006
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Faccini Bruno <bruno.faccini@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/utils/lfs.c