Merge "Warn on untrusted client settings being ignored" into main

This commit is contained in:
jade 2024-05-05 19:35:35 +00:00 committed by Gerrit Code Review
commit 4fd32351f3

View file

@ -253,7 +253,7 @@ struct ClientSettings
else if (setSubstituters(settings.substituters))
;
else
debug("ignoring the client-specified setting '%s', because it is a restricted setting and you are not a trusted user", name);
warn("Ignoring the client-specified setting '%s', because it is a restricted setting and you are not a trusted user", name);
} catch (UsageError & e) {
warn(e.what());
}