浏览代码

Add log info

Andrea Fazzi 5 年之前
父节点
当前提交
92768f9823
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      cron/sync/sync.go

+ 2 - 0
cron/sync/sync.go

@@ -421,6 +421,8 @@ func (syncJob *SyncJob) Run() {
 
 	// Departments Coordinator
 
+	log.Println("Sync Departments Coordinators...")
+
 	for _, c := range departmentsCoordinators {
 		log.Println("Coordinatore dipartimento", c.CompleteName())
 	}