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)
commitb0648c7f08eba87ec3c9714e2525c9b621bfb4ef
tree3347065449c2495a95c89beeb3b4a4637ba2cedc
parent834c93b3e1b8f4151b8a2cd82c2dd8bacc17f66c
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