Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Apr 30, 2024
1 parent db6c219 commit a65c8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libexpr/primops.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@ static void derivationStrictInternal(
*state.store,
path,
settings.readOnlyMode ? FetchMode::DryRun : FetchMode::Copy);
printError("lazily copied '%s' -> '%s'", path, state.store->printStorePath(storePath));
debug("lazily copied '%s' -> '%s'", path, state.store->printStorePath(storePath));
rewrites.emplace(fmt("lazylazy0000000000000000%08d", a.accessor), storePath.hashPart());
drv.inputSrcs.insert(storePath);
}
Expand Down

0 comments on commit a65c8a9

Please sign in to comment.