mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
Spacing of debug message
This commit is contained in:
@@ -367,7 +367,7 @@ func (sc *scanner) deleteFromDynamoDB(batch []map[string]*dynamodb.AttributeValu
|
||||
},
|
||||
})
|
||||
}
|
||||
log.Debug("about to delete", len(batch))
|
||||
log.Debug("about to delete ", len(batch))
|
||||
var ret *dynamodb.BatchWriteItemOutput
|
||||
var err error
|
||||
for len(requests) > 0 {
|
||||
|
||||
Reference in New Issue
Block a user