Skip to content

Commit

Permalink
CBL-6293: BLIP message log may contain document's content
Browse files Browse the repository at this point in the history
  • Loading branch information
callumbirks authored Oct 18, 2024
1 parent da8b267 commit f5ac824
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Networking/BLIP/Message.cc
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,12 @@ namespace litecore::blip {
key = endOfVal + 1;
}
if ( body.size > 0 ) {
#if DEBUG
out << "\n\tBODY: ";
dumpSlice(out, body);
#else
out << "\n\tBODY: { ... }";
#endif
}
out << " }";
}
Expand Down

0 comments on commit f5ac824

Please sign in to comment.