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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user