libstore/local-store: invalidatePath inform about the physical store locations

Change-Id: I2d0d6ac4e42be9c7139602a29adf6e0450e1c9d0
Signed-off-by: Raito Bezarius <raito@lix.systems>
This commit is contained in:
Raito Bezarius
2025-07-26 20:52:25 +00:00
parent 5019eba747
commit 527d0a001f
+1 -1
View File
@@ -1052,7 +1052,7 @@ try {
there are no referrers. */
kj::Promise<Result<void>> LocalStore::invalidatePath(DBState & state, const StorePath & path)
try {
debug("invalidating path '%s'", printStorePath(path));
debug("invalidating path '%s'", toRealPath(printStorePath(path)));
state.stmts->InvalidatePath.use()(printStorePath(path)).exec();