comparison vamp-client/CapnpRRClient.h @ 144:654e85cc3ba1

Make this log option be off by default
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 18 Jan 2017 14:19:22 +0000
parents 9768b5ca710a
children 228a66adfb30
comparison
equal deleted inserted replaced
143:a9be6f1e680d 144:654e85cc3ba1
46 46
47 #include <sstream> 47 #include <sstream>
48 48
49 #include <capnp/serialize.h> 49 #include <capnp/serialize.h>
50 50
51 #define LOG_ENTRYPOINTS 1 51 //#define LOG_ENTRYPOINTS 1
52 52
53 #ifdef LOG_ENTRYPOINTS 53 #ifdef LOG_ENTRYPOINTS
54 #define LOG_E(x) log(x) 54 #define LOG_E(x) log(x)
55 #else 55 #else
56 #define LOG_E(x) 56 #define LOG_E(x)