Skip to content

Commit

Permalink
Merge pull request #323 from TempAlert/master
Browse files Browse the repository at this point in the history
print GSI changes as ints rather than floats
  • Loading branch information
sebdah authored Aug 10, 2017
2 parents dd84245 + 15ef8f1 commit bf283b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dynamic_dynamodb/core/gsi.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ def ensure_provisioning(
# Handle throughput updates
if read_update_needed or write_update_needed:
logger.info(
'{0} - GSI: {1} - Changing provisioning to {2:f} '
'read units and {3:f} write units'.format(
'{0} - GSI: {1} - Changing provisioning to {2:d} '
'read units and {3:d} write units'.format(
table_name,
gsi_name,
int(updated_read_units),
Expand Down

0 comments on commit bf283b0

Please sign in to comment.