[IMP] netsvc: order debug levels declaration according to priority

bzr revid: odo@openerp.com-20101126130225-o2stqws2mmg98bon
This commit is contained in:
Olivier Dony 2010-11-26 14:02:25 +01:00
parent ac0d91dd86
commit 0228f8e889
1 changed files with 1 additions and 1 deletions

View File

@ -132,8 +132,8 @@ class ExportService(object):
LOG_NOTSET = 'notset'
LOG_DEBUG_SQL = 'debug_sql'
LOG_DEBUG_RPC = 'debug_rpc'
LOG_DEBUG_RPC_ANSWER = 'debug_rpc_answer'
LOG_DEBUG_RPC = 'debug_rpc'
LOG_DEBUG = 'debug'
LOG_TEST = 'test'
LOG_INFO = 'info'