Small fix debug

This commit is contained in:
DanB
2014-10-16 18:56:42 +02:00
parent d379726cc5
commit da2b1275f7

View File

@@ -262,7 +262,7 @@ func (sm *FSSessionManager) OnChannelHangupComplete(ev Event) {
dbgLog += ln
if loop > 20 {
engine.Logger.Debug(dbgLog)
dbLog = ""
dbgLog = ""
loop = 0
}
}