summaryrefslogtreecommitdiffstats
path: root/post
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-05-19 15:52:02 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-06-13 07:46:28 +0900
commit1d085568b3def83b541ab0d7ee550c52f638eab5 (patch)
tree3135797d2d3e44eb5a37ef88a19f24dd14ab7ab5 /post
parent522e8dcb4c1d7a64fc19d1545d71b5ee356640bf (diff)
downloadtalos-obmc-uboot-1d085568b3def83b541ab0d7ee550c52f638eab5.tar.gz
talos-obmc-uboot-1d085568b3def83b541ab0d7ee550c52f638eab5.zip
tools: moveconfig: display log atomically in more readable format
Before this commit, the log was displayed in the format: <defconfig_name> : <action1> <defconfig_name> : <action2> <defconfig_name> : <action3> When we move multiple CONFIGs at the same time, we see as many <defconfig_name> strings as actions for every defconfig, which is redundant information. Moreover, since normal log and error log are displayed separately, Messages from different threads could be mixed, like this: <foo> : <action1> <foo> : <action2> <bar> : <action1> <bar> : <action2> <foo> : <error_log> This commit makes sure to call "print" once a defconfig, which enables atomic logging for each defconfig. It also makes it possible to refactor the log format as follows: <foo_defconfig> <action1> <action2> <error_log> <bar_defconfig> <action1> <action2> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'post')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud