summaryrefslogtreecommitdiff
path: root/patch_reader.cc
diff options
context:
space:
mode:
Diffstat (limited to 'patch_reader.cc')
-rw-r--r--patch_reader.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch_reader.cc b/patch_reader.cc
index e863b9a..6d317f3 100644
--- a/patch_reader.cc
+++ b/patch_reader.cc
@@ -32,7 +32,7 @@ bool BsdiffPatchReader::Init(const uint8_t* patch_data, size_t patch_size) {
// extra block; seek forwards in oldfile by z bytes".
if (patch_size < 32) {
- LOG(ERROR) << "Too small to be a bspatch.";
+ LOG(ERROR) << "Too small to be a bspatch. " << patch_size;
return false;
}
// Check for appropriate magic.