specific app

This commit is contained in:
shoopea
2021-10-18 22:20:44 +08:00
parent 26e4b56507
commit 29d37e0dc1
2 changed files with 30 additions and 13 deletions

2
app.go
View File

@@ -586,7 +586,7 @@ func (a AppConfig) SendSnapshots() error {
func (a AppConfig) CleanupSnapshot() error {
if *debugFlag {
log.Printf("AppConfig.CleanupSnapshot : %s : Start]", a.Name)
log.Printf("AppConfig.CleanupSnapshot : %s : Start", a.Name)
}
cleanupSnapshot := make(map[string]string)