Searched refs:DEBUGMSG (Results 1 – 1 of 1) sorted by relevance
28 #define DEBUGMSG(...) {} macro30 #define DEBUGMSG(...) { printf(__VA_ARGS__); } macro299 DEBUGMSG("Master DoInit\n"); in DoInit()329 DEBUGMSG("Master SendGetPrevEntry\n"); in SendGetPrevEntry()338 DEBUGMSG("Master DoGetEntry\n"); in DoGetEntry()357 DEBUGMSG("Master DoGetKey\n"); in DoGetKey()384 DEBUGMSG("Entry \"%s\" created\n", key.c_str()); in DoGetKey()393 DEBUGMSG("Master DoGetUseTimes\n"); in DoGetUseTimes()406 DEBUGMSG("Master SendGetDataSize (%d)\n", stream_); in SendGetDataSize()416 DEBUGMSG("Master DoGetDataSize: %d\n", input_->msg.arg2); in DoGetDataSize()[all …]