diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-08-11 20:32:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-11 20:32:29 +0200 |
commit | 574bf60b4d47f64c0b83b0cd032d34a67dbb3453 (patch) | |
tree | 5bfbc3f23a24b0ab8dd306fbd824077762deccf2 /src/build-remote | |
parent | 7a911b678356f28679424ca1051608ed01663b42 (diff) | |
parent | 1a281ec07f33baa0d1b10d2760edcc7019caec83 (diff) |
Merge pull request #3919 from bburdette/issue-2238-demotion
demote remote build message to Info
Diffstat (limited to 'src/build-remote')
-rw-r--r-- | src/build-remote/build-remote.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-remote/build-remote.cc b/src/build-remote/build-remote.cc index 5247cefa6..cec7b369b 100644 --- a/src/build-remote/build-remote.cc +++ b/src/build-remote/build-remote.cc @@ -201,7 +201,7 @@ static int _main(int argc, char * * argv) % concatStringsSep<StringSet>(", ", m.mandatoryFeatures); } - logError({ + logErrorInfo(lvlInfo, { .name = "Remote build", .description = "Failed to find a machine for remote build!", .hint = hint |