Fix printf
This commit is contained in:
parent
843449196d
commit
b69ef84f98
3 changed files with 5 additions and 5 deletions
|
|
@ -26,7 +26,7 @@ int main(int argc, char** argv)
|
|||
|
||||
if (scan_zip(buf, read_size))
|
||||
{
|
||||
printf("[ERROR] Cannot upload file, potential virus detected\n");
|
||||
fprintf(stderr, "[ERROR] Cannot upload file, potential virus detected\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue