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() session.FixedTimeReport()
} }
logger.Debug("host ["+runtime.Version()+", "+runtime.GOOS+"_"+runtime.GOARCH+ logger.Debug("host ["+runtime.Version()+", "+runtime.GOOS+"_"+runtime.GOARCH+"], cross-compilation ",
"], cross-compilation ", util.Go.GetCrossPlatforms()) util.Go.GetCrossPlatforms())
} }
// Main. // Main.