summaryrefslogtreecommitdiff
path: root/client/fsm.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/fsm.go')
-rw-r--r--client/fsm.go2
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
}