VirtualBox

Ignore:
Timestamp:
Apr 8, 2011 3:55:01 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
71086
Message:

vboxshell: tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxShell/vboxshell.py

    r36346 r36628  
    193193    ei = progress.errorInfo
    194194    if ei:
    195         print colored("Error in %s: %s" %(ei.component, ei.text), 'red')
     195        print colored("Error in module '%s': %s" %(ei.component, ei.text), 'red')
    196196
    197197def colCat(ctx,str):
     
    254254            if g_verbose:
    255255                traceback.print_exc()
    256          # if session not opened, close doesn't make sense
    257256        session.unlockMachine()
    258     else:
    259        reportError(ctx,progress)
    260257
    261258class CachedMach:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette