summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYue Luo <yueluo@google.com>2014-04-09 12:03:46 -0700
committerYue Luo <yueluo@google.com>2014-04-09 12:03:46 -0700
commitb5647527e1107536f236d17a4468a9464fb6bb54 (patch)
treed74ad6add9ddedb7db012147a8db16ee512aa379
parent9428588cacd23b180f31cf4ed7610367f6e80a46 (diff)
parentcccaa77c11ca33ed3cf40ce35346256a2af56a74 (diff)
downloadgoogle-compute-image-packages-b5647527e1107536f236d17a4468a9464fb6bb54.tar.gz
Merge remote-tracking branch 'upstream/master'
-rwxr-xr-xgcimagebundle/gcimagebundlelib/imagebundle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcimagebundle/gcimagebundlelib/imagebundle.py b/gcimagebundle/gcimagebundlelib/imagebundle.py
index 39453c4..6cfe47d 100755
--- a/gcimagebundle/gcimagebundlelib/imagebundle.py
+++ b/gcimagebundle/gcimagebundlelib/imagebundle.py
@@ -142,7 +142,7 @@ def SetupLogging(options, log_dir='/tmp'):
def PrintVersionInfo():
#TODO: Should read from the VERSION file instead.
- logging.info('version 1.1.1')
+ print 'version 1.1.1'
def GetTargetFilesystem(options, guest_platform):