Missed the session ID

This commit is contained in:
Jonathan Leibiusky @xetorthio
2017-06-14 09:55:25 -03:00
parent 1fc0bf8dc8
commit d87810b788

View File

@@ -204,7 +204,7 @@ func (p *pwd) SessionLoadAndPrepare() error {
for _, s := range sessions { for _, s := range sessions {
// Connect PWD daemon to the new network // Connect PWD daemon to the new network
if s.PwdIpAddress == "" { if s.PwdIpAddress == "" {
log.Printf("Cannot load store session [%s] as they don't have the pwd ip address stored with them\n", s.PwdIpAddress) log.Printf("Cannot load store session [%s] as they don't have the pwd ip address stored with them\n", s.Id)
continue continue
} }
wg.Add(1) wg.Add(1)