mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
very minor log change
This commit is contained in:
parent
a03fd7b81c
commit
064697fde6
@ -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") ||
|
||||
|
Loading…
Reference in New Issue
Block a user