Revision 2f302751 kamaki/clients/__init__.py

b/kamaki/clients/__init__.py
241 241
                        if k.lower in ('x-auth-token', ) and (
242 242
                                not self.LOG_TOKEN):
243 243
                            self._token, v = v, '...'
244
                        v = unquote(v)
244
                        v = unquote(v).decode('utf-8')
245 245
                        self._headers[k] = v
246 246
                        recvlog.info('  %s: %s%s' % (k, v, plog))
247 247
                    self._content = r.read()

Also available in: Unified diff