diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/fsm.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/fsm.go b/client/fsm.go index 82b737d..92e4de7 100644 --- a/client/fsm.go +++ b/client/fsm.go @@ -169,7 +169,7 @@ func newFSM( }, } returnedFSM := fsm.FSM{} - returnedFSM.Init(StateMain, states, callback, directory, GetStateName, debug) + returnedFSM.Init(StateMain, states, callback, directory, GetStateName) return returnedFSM } |
