Skip to content
Snippets Groups Projects
Commit 530af537 authored by rswindell's avatar rswindell
Browse files

Fixed typo in status thread error message string ("stat" not "ftp").

parent 25fa822e
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ static int lprintf(int level, const char *fmt, ...)
if(level <= LOG_ERR) {
char errmsg[sizeof(sbuf)+16];
SAFEPRINTF(errmsg, "ftp %s", sbuf);
SAFEPRINTF(errmsg, "stat %s", sbuf);
errorlog(&scfg, startup==NULL ? NULL:startup->host_name, errmsg);
if(startup!=NULL && startup->errormsg!=NULL)
startup->errormsg(startup->cbdata,level,errmsg);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment