Przeglądaj źródła

* Enable debug of socksfile

Bryan Drewery 16 lat temu
rodzic
commit
8fa9d8c77c
1 zmienionych plików z 1 dodań i 1 usunięć
  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"))