Skip to content

Commit

Permalink
blocklevel: smart_write: Terminate line for debug output in no-change…
Browse files Browse the repository at this point in the history
… case

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
  • Loading branch information
amboar authored and oohal committed Oct 14, 2019
1 parent e08fee3 commit 8f204c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libflash/blocklevel.c
Expand Up @@ -588,6 +588,8 @@ int blocklevel_smart_write(struct blocklevel_device *bl, uint64_t pos, const voi
rc = bl->write(bl, erase_block, erase_buf, erase_size);
if (rc)
goto out;
} else {
FL_DBG("clean\n");
}
len -= size;
pos += size;
Expand Down

0 comments on commit 8f204c1

Please sign in to comment.