Fix warn log message for pv
When this condition is reached I am getting the following error message:
``` CostModel.ComputeAllocation: pv bytes result for missing pv: %!s(<nil>) ```
Which is not really helpful! :-)
I believe this was meant to be the pv key, but because of a typo and pattern with go it ended up being used err.
Can someone check if I am correct on my assumption and merge if this is the case ?
Signed-off-by: Leonardo Rodrigues de Mello <lrodriguesdemello@zendesk.com>