Remove unnecessary print outs
-----------------------------

                 Key: THRIFT-1349
                 URL: https://issues.apache.org/jira/browse/THRIFT-1349
             Project: Thrift
          Issue Type: Improvement
    Affects Versions: 0.7
            Reporter: Anthony Molinaro
            Assignee: Anthony Molinaro
             Fix For: 0.8


There are a couple of spurious error_logger:info_msg/2 calls which can lead to 
lots of output when talking between slightly different versions of generated 
code.  For instance launching a server which returns a new field to a client 
will result in the client printing out information about an unknown fid.  This 
leads to lots of logging which you probably don't want.  I'd like to remove 
these unless anyone in dev objects.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to