• E
    9p: remove 9p fcall debug prints · 51d71f9f
    Eric Van Hensbergen 提交于
    One of the current debug options allows users to get a verbose dump of fcalls.
    This isn't really necessary as correctly parsed protocol frames can be printed
    as part of the code in the client functions.  The consolidated printfcalls
    structure would require new entries to be added for every extension.  This
    patch removes the debug print methods and their use.
    Signed-off-by: NEric Van Hensbergen <ericvh@gmail.com>
    
    
    
    
    51d71f9f
client.c 25.2 KB