summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSun Lihong <lihongx.sun@intel.com>2014-02-27 10:17:24 +0800
committerSun Lihong <lihongx.sun@intel.com>2014-02-27 14:16:29 +0800
commit02ec7387b3e3030bac03cb4e1c06162f4cd3dc17 (patch)
tree661d90b07e970162ae8d51f80284405eee35930e /tools
parent8a35306e9da4a12b2315d064ac288e186d6cf477 (diff)
downloadmic-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-xtools/mic2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mic b/tools/mic
index 6a0afa1..a81a905 100755
--- a/tools/mic
+++ b/tools/mic
@@ -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)