This commit is contained in:
wangyu 2017-08-18 00:50:56 +08:00
parent eea016cab4
commit a33133c3de
2 changed files with 2 additions and 2 deletions

View File

@ -359,7 +359,7 @@ int read_file(const char * file,char * &output)
else if(len<0)
{
buf[0]=0;
mylog(log_error,"read fail %d\n");
mylog(log_error,"read fail %d\n",len);
return -3;
}
else