Skip to content

Commit 52842ce

Browse files
author
Ilya Lebedev
committed
fixed log message
1 parent b07905e commit 52842ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/FileAPI.Form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
this.toMultipartData(fn);
3737
}
3838
else if( api.support.chunked && options.chunkSize > 0 ){
39-
api.log('FileAPI.Form.toMultipartData');
39+
api.log('FileAPI.Form.toPlainData');
4040
this.toPlainData(fn);
4141
}
4242
else {

0 commit comments

Comments
 (0)