This commit is contained in:
Liang Ding 2015-12-25 09:28:44 +08:00
parent 743dbe2fcc
commit 638dd3e67c
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,8 @@ func init() {
session.FixedTimeReport()
}
logger.Debug("host ["+runtime.Version()+", "+runtime.GOOS+"_"+runtime.GOARCH+
"], cross-compilation ", util.Go.GetCrossPlatforms())
logger.Debug("host ["+runtime.Version()+", "+runtime.GOOS+"_"+runtime.GOARCH+"], cross-compilation ",
util.Go.GetCrossPlatforms())
}
// Main.