Skip to content

Commit

Permalink
Change ESXi serial port message from warning() to print() to guarante…
Browse files Browse the repository at this point in the history
…e user sees it
  • Loading branch information
glennmatthews committed Jan 5, 2015
1 parent 5136c27 commit 14da863
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions COT/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ def deploy_esxi(args):
# TODO - fixup not implemented yet
# add serial ports as requested
# power on VM if args.power_on
logger.warning("Package '{0}' contains {1} serial ports, but ovftool "
"ignores serial port declarations. If these ports are "
"needed, you must add them manually to the new VM."
.format(args.PACKAGE, serial_count))
print("WARNING: Package '{0}' contains {1} serial ports, but ovftool "
"ignores serial port declarations. If these ports are "
"needed, you must add them manually to the new VM."
.format(args.PACKAGE, serial_count))


# Add ourselves to the parser options
Expand Down

0 comments on commit 14da863

Please sign in to comment.