Changeset 802


Ignore:
Timestamp:
Jul 30, 2008, 11:04:31 PM (16 years ago)
Author:
price
Message:

fix an error message in invirt-getconf --ls

Location:
trunk/packages/sipb-xen-base
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-base/debian/changelog

    r796 r802  
     1sipb-xen-base (8.13) unstable; urgency=low
     2
     3  * fix an error message
     4
     5 -- Greg Price <price@mit.edu>  Wed, 30 Jul 2008 23:04:07 -0400
     6
    17sipb-xen-base (8.12) unstable; urgency=low
    28
  • trunk/packages/sipb-xen-base/files/usr/sbin/invirt-getconf

    r796 r802  
    6868            if type(conf) not in (dict, list):
    6969                raise invirt_exception(
    70                         '%s: node has no children (atomic datum)' % progress)
     70                        '%s: node has no children (atomic datum)'
     71                        % '.'.join(components))
    7172            if type(conf) == list:
    7273                for i in xrange(len(conf)):
Note: See TracChangeset for help on using the changeset viewer.