Explorar o código

* Enable debug of socksfile

Bryan Drewery %!s(int64=16) %!d(string=hai) anos
pai
achega
8fa9d8c77c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/misc.c

+ 1 - 1
src/misc.c

@@ -641,7 +641,7 @@ readsocks(const char *fname)
 
   while (stream.tell() < stream.length()) {
     str = stream.getline().chomp();
-//    dprintf(DP_DEBUG, "read line: %s\n", str.c_str());
+    dprintf(DP_DEBUG, "read line: %s\n", str.c_str());
     type = newsplit(str);
 
     if (type == STR("-dcc"))