Changeset 695


Ignore:
Timestamp:
Jul 21, 2008, 3:56:01 PM (16 years ago)
Author:
price
Message:

fix a different errortext-matching mismatch

Gee, looks like I should have examined this when I made the remote
server and changed all these error messages.

File:
1 edited

Legend:

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

    r694 r695  
    9898        out, err = remctl('control', machine.name, 'create',
    9999                          err=True)
    100     if 'already exists' in out:
     100    if 'already running' in err:
    101101        raise InvalidInput('action', 'create',
    102102                           'VM %s is already on' % machine.name)
Note: See TracChangeset for help on using the changeset viewer.