mirror of
https://github.com/curl/curl.git
synced 2026-05-04 08:37:50 +03:00
log the sleep, like when done in test 190
This commit is contained in:
parent
c6ff612f6e
commit
7f2d5cab2d
1 changed files with 1 additions and 0 deletions
|
|
@ -835,6 +835,7 @@ while(1) {
|
|||
my $delay = $delayreply{$FTPCMD};
|
||||
if($delay) {
|
||||
# just go sleep this many seconds!
|
||||
logmsg("Sleep for $delay seconds\n");
|
||||
sleep($delay);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue