Ignore:
Timestamp:
Aug 8, 2008, 2:41:38 AM (16 years ago)
Author:
y_z
Message:
  • further integration of invirt.config
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-www/code/main.py

    r869 r879  
    650650             errorMessage=str(err), stderr=emsg, traceback=traceback)
    651651    details = templates.error_raw(searchList=[d])
    652     if username not in ('price', 'ecprice', 'andersk'): #add yourself at will
     652    if username not in config.web.errormail_exclude:
    653653        send_error_mail('xvm error on %s for %s: %s' % (op, username, err),
    654654                        details)
Note: See TracChangeset for help on using the changeset viewer.