Lower verbosity for 'Failed to find a machine' message
This commit is contained in:
parent
e224c16d28
commit
5927624473
|
@ -201,7 +201,7 @@ static int main_build_remote(int argc, char * * argv)
|
||||||
% concatStringsSep<StringSet>(", ", m.mandatoryFeatures);
|
% concatStringsSep<StringSet>(", ", m.mandatoryFeatures);
|
||||||
}
|
}
|
||||||
|
|
||||||
logErrorInfo(lvlInfo, {
|
logErrorInfo(canBuildLocally ? lvlChatty : lvlWarn, {
|
||||||
.name = "Remote build",
|
.name = "Remote build",
|
||||||
.description = "Failed to find a machine for remote build!",
|
.description = "Failed to find a machine for remote build!",
|
||||||
.hint = hint
|
.hint = hint
|
||||||
|
|
Loading…
Reference in a new issue