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