Fix mix-up in main_zlib.cc

The example compresses from stdin to stdout, not vice versa.

PiperOrigin-RevId: 320941406
Change-Id: I41c7fed1b7f6306541567c0df46a8590844db69b
This commit is contained in:
Christian Blichmann 2020-07-13 06:12:09 -07:00 committed by Copybara-Service
parent 63a8b3ff15
commit 5f35b4fc8c

View File

@ -74,7 +74,7 @@ int main(int argc, char** argv) {
return *ret;
}
LOG(INFO) << "Starting decompression";
LOG(INFO) << "Starting compression";
// Compress until end of file.
do {