Skip to content

Commit

Permalink
Tweak warning
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Dec 7, 2021
1 parent 21206ca commit 92ff5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstore/remote-store.cc
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ void RemoteStore::queryRealisationUncached(const DrvOutput & id,
auto conn(getConnection());

if (GET_PROTOCOL_MINOR(conn->daemonVersion) < 27) {
warn("The daemon is too old for content-addressed derivations. I’ll do what I can");
warn("the daemon is too old to support content-addressed derivations, please upgrade it to 2.4");
try {
callback(nullptr);
} catch (...) { return callback.rethrow(); }
Expand Down

0 comments on commit 92ff5b4

Please sign in to comment.