1
0
Fork 0
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:
postmannen 2023-06-21 12:08:17 +02:00
parent 1c7f47ffff
commit 1f95151da0

View file

@ -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)