added a comment in commits.go

devel
KatolaZ 7 years ago
parent 9d60b3d95d
commit b95f71b531
  1. 1
      commits.go

@ -225,6 +225,7 @@ func walkCommits(msg spoolMsg, w *worker) error {
}
// Now we can execute the commands in the stack, in the correct order...
stackHead := len(cmdStack) - 1
debug.log("[worker: %s] Executing command stack:\n", w.Name)
for i := range cmdStack {

Loading…
Cancel
Save