log the sleep, like when done in test 190

This commit is contained in:
Daniel Stenberg 2006-11-19 22:48:40 +00:00
parent c6ff612f6e
commit 7f2d5cab2d
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}