Advertisement
Guest User

Untitled

a guest
Jun 12th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.82 KB | None | 0 0
  1. [2010-08-27 22:40:29,947] INFO:init:module product_extended: registering objects
  2. [2010-08-27 22:40:29,954] INFO:init:module l10n_it: loading objects
  3. [2010-08-27 22:40:29,954] INFO:init:module l10n_it: registering objects
  4. [2010-08-27 22:40:29,990] DEBUG:ConnectionPool:ConnectionPool(used=1/count=1/max=64) Give back connection to user=openerp password=xxxxx dbname=katodo
  5. [2010-08-27 22:40:29,991] DEBUG:ConnectionPool:ConnectionPool(used=0/count=1/max=64) Put connection to user=openerp password=xxxxx dbname=katodo in pool
  6. /home/terp/openerp-server/bin/tools/misc.py:750: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  7.   if hasattr(e, 'message'):
  8. /home/terp/openerp-server/bin/tools/misc.py:751: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  9.   return ustr(e.message)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement