diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-03-06 15:47:27 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-03-07 10:04:35 +0100 |
commit | 05f3f2c1c0d0d39562fee09afd201b7bc9a9db4b (patch) | |
tree | 89c20a85d85b5cbd8d28d39628b20a487e9833d3 /src/utils/cpp/tmp_dir.hpp | |
parent | d6b7f3373dcffdf406cd15887a6fba5e70e277cb (diff) | |
download | justbuild-05f3f2c1c0d0d39562fee09afd201b7bc9a9db4b.tar.gz |
Down-level log message for errors that can be handled
We deliberately have many functions that do not abort the process
on failure and instead simply return a corresponding value. It
is then up to the caller to decide how to handle this failure;
in particular, such a failure can be expected, e.g., if we try to
fetch a file from remote execution first, before fetching it from
the upstream location.
To have a consistent user experience, nothing that can occur in
a successfull build should be reported at error level; moreover,
messages that routinely occur during successfull builds should not
be reported at progress or above, except for the (stage) result
messages and the progress reporter.
Diffstat (limited to 'src/utils/cpp/tmp_dir.hpp')
0 files changed, 0 insertions, 0 deletions