Lower verbosity for 'Failed to find a machine' message

This commit is contained in:
Eelco Dolstra 2020-11-09 14:14:57 +01:00
parent e224c16d28
commit 5927624473

View file

@ -201,7 +201,7 @@ static int main_build_remote(int argc, char * * argv)
% concatStringsSep<StringSet>(", ", m.mandatoryFeatures);
}
logErrorInfo(lvlInfo, {
logErrorInfo(canBuildLocally ? lvlChatty : lvlWarn, {
.name = "Remote build",
.description = "Failed to find a machine for remote build!",
.hint = hint