This commit is contained in:
chrislu
2022-07-01 22:43:25 -07:00
parent 8c4edf7b40
commit 21b6b07dd8
27 changed files with 176 additions and 176 deletions

View File

@@ -68,7 +68,7 @@ func (logBuffer *LogBuffer) LoopProcessLogData(readerName string, startReadTime
logEntry := &filer_pb.LogEntry{}
if err = proto.Unmarshal(entryData, logEntry); err != nil {
glog.Errorf("unexpected unmarshal messaging_pb.Message: %v", err)
glog.Errorf("unexpected unmarshal mq_pb.Message: %v", err)
pos += 4 + int(size)
continue
}