commit | 4d0d285926b04d5fbe8747627026a32a60b9e3fb | [log] [tgz] |
---|---|---|
author | T.J. Mercier <tjmercier@google.com> | Fri Oct 27 23:44:03 2023 +0000 |
committer | T.J. Mercier <tjmercier@google.com> | Fri Nov 03 18:34:56 2023 +0000 |
tree | d56b201b348bc460971cec4ff002ed92e2a2d588 | |
parent | a99e7d84cb7d6b7eab5402800ea5ba71a8fe1fd5 [diff] |
libprocessgroup: Convert incorrect PLOGs to LOGs PLOG depends on errno being set to a useful value, otherwise it will print a meaningless error string. A few PLOG call sites occur where either errno is not set at all, or it is set only some of the time where there are already PLOG calls closer to where the error occurs. Convert these PLOG calls to LOG. Bug: 301871933 Change-Id: Ifa6bd2401f9dd9b84b2506e886336e89bac81bb1