diff options
author | Sun Lihong <lihongx.sun@intel.com> | 2014-02-27 10:17:24 +0800 |
---|---|---|
committer | Sun Lihong <lihongx.sun@intel.com> | 2014-02-27 14:16:29 +0800 |
commit | 02ec7387b3e3030bac03cb4e1c06162f4cd3dc17 (patch) | |
tree | 661d90b07e970162ae8d51f80284405eee35930e /tools | |
parent | 8a35306e9da4a12b2315d064ac288e186d6cf477 (diff) | |
download | mic-02ec7387b3e3030bac03cb4e1c06162f4cd3dc17.tar.gz mic-02ec7387b3e3030bac03cb4e1c06162f4cd3dc17.tar.bz2 mic-02ec7387b3e3030bac03cb4e1c06162f4cd3dc17.zip |
Show hostname in log
Show hostname before distro info in log.
Fixes: #1644
Change-Id: Ibb9bdfa8bd1920084fbcdcec7a233102aeda0762
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/mic | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ class MicCmd(cmdln.Cmdln): def print_version(self): msger.raw("%s %s (%s)" % (self.name, self.version, - misc.get_distro_str())) + misc.get_hostname_distro_str())) def get_optparser(self): optparser = cmdln.CmdlnOptionParser(self, version=self.version) |