Ocean/Log/LoggingIsReady.go
2015-06-17 17:44:52 +02:00

11 lines
186 B
Go

package Log
/*
A function to change the state of the logging after the database is
accessible.
*/
func LoggingIsReady() {
channelReady = true
preChannelBufferUsed = false
}