|
@@ -375,7 +375,7 @@ anonymous:
|
|
|
} else if (response==550) {
|
|
|
s->control_state = LWFTP_QUIT;
|
|
|
s->error = "Failed to open file";
|
|
|
- LWIP_DEBUGF(LWFTP_WARNING, ("lwftp: %s '%s'\n", error, s->settings->remote_path));
|
|
|
+ LWIP_DEBUGF(LWFTP_WARNING, ("lwftp: %s '%s'\n", s->error, s->settings->remote_path));
|
|
|
}
|
|
|
else {
|
|
|
s->error = "The server doesn't start sending the file";
|