spelling: id

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 11:08:04 -05:00
parent 7128e60f76
commit 2efa9cc170
7 changed files with 9 additions and 9 deletions

View file

@ -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;