diff options
Diffstat (limited to 'segget/distfile.cpp')
-rw-r--r-- | segget/distfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/segget/distfile.cpp b/segget/distfile.cpp index e1da18b..32eb7ca 100644 --- a/segget/distfile.cpp +++ b/segget/distfile.cpp @@ -91,7 +91,7 @@ Tdistfile::~Tdistfile(){ Tsegment* Tdistfile::provide_segment(CURLM* cm, uint con_num, uint seg_num) { - cout << "=Seg #"<<seg_num<< " of "<<segments_count<< " from " << "url:"<<url_list[url_num]<<"\n"; + // cout << "=Seg #"<<seg_num<< " of "<<segments_count<< " from " << "url:"<<url_list[url_num]<<"\n"; url_num++; if (url_num >= url_count) url_num=0; |