Changeset 180


Ignore:
Timestamp:
Oct 10, 2007, 3:50:45 AM (17 years ago)
Author:
ecprice
Message:

Bug fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/templates/main.py

    r179 r180  
    177177        return p.stdout.read(), p.stderr.read()
    178178    if p.wait():
    179         print >> sys.stderr, 'Error on remctl %s:' % args
     179        print >> sys.stderr, 'Error on remctl', args, ':'
    180180        print >> sys.stderr, p.stderr.read()
    181181        raise CodeError('ERROR on remctl')
Note: See TracChangeset for help on using the changeset viewer.