mirror of
https://github.com/google/pebble.git
synced 2025-07-05 06:10:27 -04: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
|
@ -290,7 +290,7 @@ status_t blob_db_flush(BlobDBId db_id) {
|
|||
if (db->flush) {
|
||||
status_t rv = db->flush();
|
||||
if (rv == S_SUCCESS) {
|
||||
PBL_LOG(LOG_LEVEL_INFO, "Flushing BlobDB with Id %d", db_id);
|
||||
PBL_LOG(LOG_LEVEL_INFO, "Flushing BlobDB with ID %d", db_id);
|
||||
blob_db_event_put(BlobDBEventTypeFlush, db_id, NULL, 0);
|
||||
}
|
||||
return rv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue