zhangmeng
2019-12-23 addab1a0f957d2bb545fc00b438aec9f8a9591e4
dupate
1个文件已修改
4 ■■■■ 已修改文件
app/master/master.go 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/master/master.go
@@ -62,7 +62,7 @@
func manualStart(ctx context.Context, sdks []sdkstruct.SDKInfo, configPath string) bool {
    rPath := configPath
    for k, v := range sdks {
    for _, v := range sdks {
        file := rPath + v.SdkType + ".json"
        if rPath[len(rPath)-1] != '/' {
@@ -90,7 +90,7 @@
        if err != nil {
            logo.Errorf("ANALYSIS START SLAVE PROC %s IPC: %s error %+v\n", v.SdkType, v.IpcID, err)
        }
        logo.Infof("START %d PROC %d SDK %s ID %s\n", k, pid, v.IpcID, v.SdkType)
        logo.Infof("START SDK %s ID %s PID %d Env: %s\n", v.SdkType, v.IpcID, pid, cfg.Env)
    }
    return true