eventscript: remove call name from state->options
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 24 Nov 2009 00:52:46 +0000 (11:22 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 24 Nov 2009 00:52:46 +0000 (11:22 +1030)
commit33fb0e7ba047ca73969b59bccf70a04a17c25a0a
tree06862cfc9ba59153ff307af7e1ba4ba3918ff511
parent6c79fa33e26cc4f0873577f8e122b1495b4c427e
eventscript: remove call name from state->options

Finally, we remove the call name (eg. "monitor" or "start") from the
options field of the struct: it now contains only extra options.

This is clearer, and mainly involves adding some %s to debug statements.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
server/eventscript.c