forked from lix-project/lix
Merge pull request #3919 from bburdette/issue-2238-demotion
demote remote build message to Info
This commit is contained in:
commit
574bf60b4d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue