merge upstream

This commit is contained in:
zelig
2014-07-21 13:26:29 +01:00
20 changed files with 404 additions and 161 deletions

View File

@@ -119,7 +119,7 @@ func AddLogSystem(logSystem LogSystem) {
mutex.Lock()
defer mutex.Unlock()
if logSystems == nil {
logMessages = make(chan *logMessage, 5)
logMessages = make(chan *logMessage, 10)
quit = make(chan chan error, 1)
drained = make(chan bool, 1)
go start()