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:
parent
d8e9dc2775
commit
138973a6d5
9 changed files with 121 additions and 82 deletions
|
|
@ -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);
|
||||
}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue