[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
 }