more logging on the subject

This commit is contained in:
Radu Ioan Fericean
2012-10-11 15:29:12 +03:00
parent a0d8b2be5f
commit ad6c1bdea5

View File

@@ -245,6 +245,7 @@ func Connect(reconnects int) error {
return nil
}
time.Sleep(time.Duration(fs.delayFunc()) * time.Second)
logger.Warning("FreeSWITCH reconnect!")
}
return conErr
}