aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/daemon.cc
diff options
context:
space:
mode:
authorJade Lovelace <lix@jade.fyi>2024-03-18 16:20:00 -0700
committerJade Lovelace <lix@jade.fyi>2024-03-18 18:20:24 -0700
commit30233d87f9cd8b450da096bb3c987b912e71931c (patch)
tree4ddff455f611f3ee492d7b0f6869600aad667557 /src/libstore/daemon.cc
parent81be5eb7c6302e3573578f4013dd99f989b1acad (diff)
un-nixes ur lix, a little
I didn't really go attack the docs because we need to pull a bunch of PRs. I went looking for strings in the code that called lix nix. Change-Id: I2138bb4dd239096bc530946b281db7f875195b39
Diffstat (limited to 'src/libstore/daemon.cc')
-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 993ade7dc..1181cc9e5 100644
--- a/src/libstore/daemon.cc
+++ b/src/libstore/daemon.cc
@@ -1090,7 +1090,7 @@ void processConnection(
tunnelLogger->stopWork(&e);
if (!errorAllowed) throw;
} catch (std::bad_alloc & e) {
- auto ex = Error("Nix daemon out of memory");
+ auto ex = Error("Lix daemon out of memory");
tunnelLogger->stopWork(&ex);
throw;
}