If a method returns an error, we should assume all other parameters to be nil unless the documentation explicitly says otherwise. So here, we fix a log line where a dereference is made to an object that will be nil due to an error being returned.