~didrocks/ubuntuone-client/dont-suffer-zg-crash

« back to all changes in this revision

Viewing changes to ubuntuone/syncdaemon/event_queue.py

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2010-06-23 23:08:15 UTC
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20100623230815-4m3ugh10u9x9xzw5
Tags: upstream-1.3.2
ImportĀ upstreamĀ versionĀ 1.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
    'SYS_ROOT_RECEIVED': ('root_id',),
135
135
    'SYS_ROOT_MISMATCH': ('root_id', 'new_root_id'),
136
136
    'SYS_SERVER_ERROR': ('error',),
 
137
    'SYS_QUOTA_EXCEEDED': ('volume_id',),
137
138
 
138
139
    'VM_UDF_SUBSCRIBED': ('udf',),
139
140
    'VM_UDF_SUBSCRIBE_ERROR': ('udf_id', 'error'),