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…
x
Reference in New Issue
Block a user