commit | d69549b76d8028763bf876ec63f3c2a3e0c6a429 | [log] [tgz] |
---|---|---|
author | Jason M. Bills <jason.m.bills@intel.com> | Thu Aug 27 11:42:43 2020 -0700 |
committer | Jason M. Bills <jason.m.bills@intel.com> | Fri Aug 28 15:39:28 2020 -0700 |
tree | a546051730b9dad9467b9db8be0ff9436aa6895a | |
parent | 08b2c7ab0ce61efdfcc84add849f03d9ec1c4627 [diff] |
Switch to std::cerr for prints std::cout is buffered, so the prints don't always show up with the correct timestamp. The better change is probably to move to phosphor::logging, but for now just change to std::cerr to get the prints immediately. Tested: Confirmed that the print messages show up immediately with the correct timestamps. Change-Id: I208eb042e00275889dda3dd088095e4c57db880d Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>