specific app
This commit is contained in:
2
app.go
2
app.go
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user