Updates:
        Status: WorkingAsIntended
        Owner: ---

Comment #1 on issue 209 by [email protected]: Binary file generated with protoc leads to an error message.
http://code.google.com/p/protobuf/issues/detail?id=209

The logging message is there to differentiate between parse failures (bad data) and initialization errors (missing fields). You can disable the logging using a LogSilencer, or setting the LogHandler to NULL (see stubs/common.h). You can also avoid calling this code path by using the Partial variants of the parsing routines, which don't do the initialization check.

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to