mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
log the sleep, like when done in test 190
This commit is contained in:
parent
c6ff612f6e
commit
7f2d5cab2d
@ -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…
Reference in New Issue
Block a user