Skip to content

Commit

Permalink
Merge pull request NixOS#3919 from bburdette/issue-2238-demotion
Browse files Browse the repository at this point in the history
demote remote build message to Info
  • Loading branch information
edolstra authored Aug 11, 2020
2 parents 7a911b6 + 1a281ec commit 574bf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build-remote/build-remote.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 574bf60

Please sign in to comment.