mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-05 04:17:52 +00:00
eradicate dbg cruft
git-svn-id: http://s3fs.googlecode.com/svn/trunk@102 df820570-a93a-0410-bd06-b72b767a4274
This commit is contained in:
parent
efec7c8f76
commit
713f16939f
@ -1147,7 +1147,7 @@ s3fs_readdir(const char *path, void *buf, fuse_fill_dir_t filler, off_t offset,
|
||||
int running_handles;
|
||||
|
||||
while (curl_multi_perform(multi_handle.get(), &running_handles) == CURLM_CALL_MULTI_PERFORM)
|
||||
cout << "[1]" << endl;
|
||||
;
|
||||
|
||||
while (running_handles) {
|
||||
fd_set read_fd_set;
|
||||
@ -1176,7 +1176,7 @@ s3fs_readdir(const char *path, void *buf, fuse_fill_dir_t filler, off_t offset,
|
||||
}
|
||||
|
||||
while (curl_multi_perform(multi_handle.get(), &running_handles) == CURLM_CALL_MULTI_PERFORM)
|
||||
cout << "[2]" << endl;
|
||||
;
|
||||
}
|
||||
|
||||
int remaining_msgs = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user