打印错误信息
This commit is contained in:
parent
1d8fe7be12
commit
4c2b128a36
@ -47,7 +47,8 @@ func (this *PandaAtlas) OnInstallComp() {
|
|||||||
|
|
||||||
func (this *PandaAtlas) CheckActivatePandaAtlasCollect(uid string, id string) {
|
func (this *PandaAtlas) CheckActivatePandaAtlasCollect(uid string, id string) {
|
||||||
conf := this.configure.GetPandoAtlasConf(id)
|
conf := this.configure.GetPandoAtlasConf(id)
|
||||||
if conf != nil {
|
if conf == nil {
|
||||||
|
this.Errorf("GetPandoAtlasConf err:%d", id)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if this.IsCross() {
|
if this.IsCross() {
|
||||||
|
Loading…
Reference in New Issue
Block a user