diff --git a/pkg/terminal/terminal.go b/pkg/terminal/terminal.go index 5f7b9701..e04b77ad 100644 --- a/pkg/terminal/terminal.go +++ b/pkg/terminal/terminal.go @@ -292,7 +292,7 @@ func (t *Term) Run() (int, error) { fmt.Printf("Unable to open history file: %v. History will not be saved for this session.", err) } if _, err := t.line.ReadHistory(t.historyFile); err != nil { - fmt.Printf("Unable to read history file: %v", err) + fmt.Printf("Unable to read history file %s: %v\n", fullHistoryFile, err) } fmt.Println("Type 'help' for list of commands.")