Skip to content

Commit

Permalink
Update drsm/claim.go
Browse files Browse the repository at this point in the history
Co-authored-by: gab-arrobo <gabriel.arrobo@intel.com>
Signed-off-by: Ajay Lotan Thakur <thakur.ajay@gmail.com>
  • Loading branch information
thakurajayL and gab-arrobo committed Jan 15, 2025
1 parent ff426e3 commit fb9c009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drsm/claim.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
func (d *Drsm) podDownDetected() {
logger.DrsmLog.Infoln("started Pod Down goroutine")
for p := range d.podDown {
logger.DrsmLog.Infoln("pod Down detected %v ", p)
logger.DrsmLog.Infof("pod Down detected %v", p)
// Given Pod find out current Chunks owned by this POD
pd := d.podMap[p]
for k := range pd.podChunks {
Expand Down

0 comments on commit fb9c009

Please sign in to comment.