mirror of
https://github.com/postmannen/ctrl.git
synced 2024-12-14 12:37:31 +00:00
removed debug printing from ringbuffer
This commit is contained in:
parent
1c7f47ffff
commit
1f95151da0
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ func (r *ringBuffer) processBufferMessages(ctx context.Context, ringBufferOutCh
|
|||
if r.configuration.RingBufferPersistStore {
|
||||
select {
|
||||
case <-v.SAM.done:
|
||||
fmt.Printf("---\n DONE with\n---\n")
|
||||
// fmt.Printf("---\n DONE with\n---\n")
|
||||
case <-ticker.C:
|
||||
log.Printf("----------------------------------------------\n")
|
||||
log.Printf("Error: ringBuffer message id: %v, subject: %v seems to be stuck, did not receive done signal from publishAMessage process, exited on ticker\n", v.SAM.ID, v.SAM.Subject)
|
||||
|
|
Loading…
Reference in a new issue