tsdb: fix unkown ref in log (#8048)

Signed-off-by: JinLingChristopher <jinl1037@hotmail.com>
This commit is contained in:
Ling Jin 2020-10-13 22:33:16 +08:00 committed by GitHub
parent dee6ac274e
commit 9145200842
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -626,7 +626,7 @@ Outer:
}
if unknownRefs.Load() > 0 {
level.Warn(h.logger).Log("msg", "Unknown series references", "count", unknownRefs)
level.Warn(h.logger).Log("msg", "Unknown series references", "count", unknownRefs.Load())
}
return nil
}