mirror of
https://github.com/google/pebble.git
synced 2025-06-05 09:43:12 +00:00
spelling: id
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
7128e60f76
commit
2efa9cc170
7 changed files with 9 additions and 9 deletions
|
@ -181,7 +181,7 @@ bool debug_db_is_generation_valid(int file_generation) {
|
|||
}
|
||||
|
||||
if (file_header.file_id != (s_current_file_id - file_generation)) {
|
||||
PBL_LOG(LOG_LEVEL_DEBUG, "Id: %"PRIu8" Expected: %u", file_header.file_id, (s_current_file_id - file_generation));
|
||||
PBL_LOG(LOG_LEVEL_DEBUG, "ID: %"PRIu8" Expected: %u", file_header.file_id, (s_current_file_id - file_generation));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue