very minor log change

This commit is contained in:
Daniel Stenberg 2002-04-04 12:23:54 +00:00
parent a03fd7b81c
commit 064697fde6
1 changed files with 2 additions and 2 deletions

View File

@ -262,10 +262,10 @@ sub RETR_command {
sub STOR_command {
my $testno=$_[0];
logmsg "STOR test number $testno\n";
my $filename = "log/upload.$testno";
logmsg "STOR test number $testno in $filename\n";
print "125 Gimme gimme gimme!\r\n";
open(FILE, ">$filename") ||