aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore')
-rw-r--r--src/libstore/daemon.cc2
1 files changed, 1 insertions, 1 deletions
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());
}