diff --git a/src/libstore/daemon.cc b/src/libstore/daemon.cc index 6a3035dda..242b4ddc6 100644 --- a/src/libstore/daemon.cc +++ b/src/libstore/daemon.cc @@ -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()); }