Ocean/Log/LoggingIsReady.go

11 lines
186 B
Go
Raw Permalink Normal View History

package Log
/*
2015-06-17 15:44:52 +00:00
A function to change the state of the logging after the database is
accessible.
*/
func LoggingIsReady() {
channelReady = true
preChannelBufferUsed = false
}