mirror of
https://github.com/muraenateam/muraena.git
synced 2026-01-23 02:24:05 +00:00
Update session.go
This commit is contained in:
parent
3cf02b5e4c
commit
4e32c2eca9
1 changed files with 2 additions and 2 deletions
|
|
@ -68,9 +68,9 @@ func New() (*Session, error) {
|
|||
log.Error("%s", err)
|
||||
return nil, err
|
||||
}
|
||||
}
|
||||
|
||||
log.Info("Connected to Redis")
|
||||
log.Info("Connected to Redis")
|
||||
}
|
||||
|
||||
// Load prompt
|
||||
go Prompt(s)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue