commit | 9a2c9b0fe027986c50c44f178075e7db74599b9c | [log] [tgz] |
---|---|---|
author | divyadesai <divya.desai@infosys.com> | Tue Aug 18 06:40:51 2020 +0000 |
committer | David Bainbridge <dbainbri@ciena.com> | Tue Aug 25 14:48:49 2020 +0000 |
tree | ae2f30883ef707cbef9d6cd2453be92fc7b3a63a | |
parent | da1e07aa0cc257e9bfed6f8a159c6740d9a6fd6e [diff] |
[VOL-3228] device-id logging consistancy Change-Id: I1c176d22bb97b0488cf5e4e7589167fc8225c7dc
diff --git a/internal/pkg/ofagent/refresh.go b/internal/pkg/ofagent/refresh.go index f2dd1b0..55865ca 100644 --- a/internal/pkg/ofagent/refresh.go +++ b/internal/pkg/ofagent/refresh.go
@@ -105,7 +105,7 @@ ofa.clientMap[deviceID] = ofc } ofa.mapLock.Unlock() - logger.Debugw(ctx, "Finished with addClient", log.Fields{"deviceID": deviceID}) + logger.Debugw(ctx, "Finished with addClient", log.Fields{"device-id": deviceID}) return ofc }