DynamoDB: fix log typo (#1891)

This commit is contained in:
James Pearson Hughes 2016-09-14 12:16:24 -07:00 committed by Jeff Mitchell
parent bd4584c346
commit f598c78d98
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ func newDynamoDBBackend(conf map[string]string, logger log.Logger) (Backend, err
return nil, errwrap.Wrapf("failed parsing max_parallel parameter: {{err}}", err)
}
if logger.IsDebug() {
logger.Debug("physical/consul: max_parallel set", "max_parallel", maxParInt)
logger.Debug("physical/dynamodb: max_parallel set", "max_parallel", maxParInt)
}
}