mirror of
https://github.com/curl/curl.git
synced 2026-07-24 20:07:16 +03:00
very minor log change
This commit is contained in:
parent
a03fd7b81c
commit
064697fde6
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue