669,670c669,670
< "Can't resolve proxy '%s' from '%s'" % \
< (self.path(), base.path())
---
> "Can't resolve proxy '%s' of type '%s' from '%s'" % \
> (self.path(), self._pdesc.ptype_str, base.path())