Ver código fonte

* Enable debug of socksfile

Bryan Drewery 16 anos atrás
pai
commit
8fa9d8c77c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/misc.c

+ 1 - 1
src/misc.c

@@ -641,7 +641,7 @@ readsocks(const char *fname)
 
 
   while (stream.tell() < stream.length()) {
   while (stream.tell() < stream.length()) {
     str = stream.getline().chomp();
     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);
     type = newsplit(str);
 
 
     if (type == STR("-dcc"))
     if (type == STR("-dcc"))