commit | 7c612f9fb746fbf80009912b6133af3ca07e4bd7 | [log] [tgz] |
---|---|---|
author | Ed Swierk <eswierk@aristanetworks.com> | Sun Jun 19 17:27:57 2011 +0000 |
committer | Uwe Hermann <uwe@hermann-uwe.de> | Sun Jun 19 17:27:57 2011 +0000 |
tree | acc9d77ac3b0fd1dc117c57b1e82d648b56f955e | |
parent | c07a41c8675fcf41678e330665f12b1a5ba0c709 [diff] |
Flush stdout after each message Currently messages like "Writing flash chip..." that don't end with a newline are buffered until the operation is complete, unless the particular write function generates status output in the meantime. Flushing stdout after each message ensures that the message appears immediately. Corresponding to flashrom svn r1349. Signed-off-by: Ed Swierk <eswierk@aristanetworks.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>