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 159464a..f4bfe21 100644
--- a/client/fsm.go
+++ b/client/fsm.go
@@ -393,7 +393,7 @@ func (client *Client) goBackInternal() {
client.Logger.Info(
fmt.Sprintf(
"Failed going back, error: %s",
- types.GetErrorTraceback(goBackErr),
+ types.ErrorTraceback(goBackErr),
),
)
}