Explorar el Código

* Enable debug of socksfile

Bryan Drewery hace 16 años
padre
commit
8fa9d8c77c
Se han modificado 1 ficheros con 1 adiciones y 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"))