Changeset 429


Ignore:
Timestamp:
Apr 17, 2008, 12:53:07 AM (16 years ago)
Author:
price
Message:

clarify an error message that sent me UTSLing

File:
1 edited

Legend:

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

    r424 r429  
    137137    name = fields.getfirst('name')
    138138    if not validation.validMachineName(name):
    139         raise InvalidInput('name', name, 'You must provide a machine name.')
     139        raise InvalidInput('name', name, 'You must provide a machine name.  Max 22 chars, alnum plus \'-\' and \'_\'.')
    140140    name = name.lower()
    141141
Note: See TracChangeset for help on using the changeset viewer.