1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-26 04:00:59 +01:00

setSnapshot & build-stateinfo fixes

This commit is contained in:
Wouter den Breejen 2007-10-16 17:11:18 +00:00
parent d8e9dc2775
commit 138973a6d5
9 changed files with 121 additions and 82 deletions

View file

@ -705,10 +705,10 @@ static void processConnection()
int oppp = readInt(from);
op = (WorkerOp) oppp;
/* Use for debugging*/
/* Use for debugging with gdb --pid=myPid */
/*
if(oppp == 14){
printMsg(lvlError, format("Sleeping 10"));
if(oppp == 39){
printMsg(lvlError, format("Sleeping 10 before op '%1%' with pid '%2%'") % op % myPid);
sleep(10);
}
*/