parent
fe97c69898
commit
c0015e87af
23 changed files with 205 additions and 213 deletions
|
|
@ -94,7 +94,7 @@ struct CmdVerify : StorePathsCommand
|
|||
corrupted = 1;
|
||||
printError(
|
||||
format("path ‘%s’ was modified! expected hash ‘%s’, got ‘%s’")
|
||||
% info->path % printHash(info->narHash) % printHash(hash.first));
|
||||
% info->path % info->narHash.to_string() % hash.first.to_string());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue