mirror of
https://github.com/google/pebble.git
synced 2026-02-11 07:57:19 -05:00
spelling: id
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user