Skip to content

Commit

Permalink
Improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Oct 20, 2023
1 parent f65d16d commit 0360172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/homestore_backend/hs_blob_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ BlobManager::AsyncResult< Blob > HSHomeObject::_get_blob(ShardInfo const& shard,

auto r = get_from_index_table(index_table, shard.id, blob_id);
if (!r) {
LOGW("Blob not found in index id {} shard {}", blob_id, shard.id);
LOGW("Blob not found in index [route={}]", BlobRoute{blob_id, shard.id});
return folly::makeUnexpected(r.error());
}

Expand Down

0 comments on commit 0360172

Please sign in to comment.