From 9a89e8c6f672fbf9254d9febacd1f07e05541f4e Mon Sep 17 00:00:00 2001 From: "pkasting@chromium.org" Date: Thu, 21 Oct 2010 21:16:47 +0000 Subject: Fix compile failure. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63424 0039d316-1c4b-4281-b951-d872f2087c98 --- courgette/third_party/bsdiff_create.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'courgette/third_party') diff --git a/courgette/third_party/bsdiff_create.cc b/courgette/third_party/bsdiff_create.cc index a06e862..21c45bb 100644 --- a/courgette/third_party/bsdiff_create.cc +++ b/courgette/third_party/bsdiff_create.cc @@ -431,9 +431,9 @@ BSDiffStatus CreateBinaryPatch(SourceStream* old_stream, << " copy bytes: " << diff_bytes_length << " mistakes: " << diff_bytes_nonzero << " (skips: " << diff_skips_length << ")" - << " extra bytes: " << extra_bytes_length; + << " extra bytes: " << extra_bytes_length << "\nUncompressed bsdiff patch size " - << patch_stream->Length() - initial_patch_stream_length; + << patch_stream->Length() - initial_patch_stream_length << "\nEnd bsdiff " << (base::Time::Now() - start_bsdiff_time).InSecondsF(); -- cgit v1.1