SVN commit 1297689 by coolo: do not open /proc for debug M +2 -0 main.cpp --- trunk/icecream/daemon/main.cpp #1297688:1297689 @@ -1460,7 +1460,9 @@ return false; } +#ifdef ICECC_DEBUG trace() << "reconn " << dump_internals() << endl; +#endif if (!discover || discover->timed_out()) {