mirror of
https://github.com/xroche/httrack.git
synced 2026-05-17 08:26:14 +03:00
Fixed null format
This commit is contained in:
@@ -333,8 +333,8 @@ int back_cleanup_background(httrackp * opt, cache_back * cache,
|
||||
free(filename);
|
||||
} else {
|
||||
hts_log_print(opt, LOG_WARNING | LOG_ERRNO,
|
||||
"engine: warning: serialize error for %s%s to %s: memory full",
|
||||
back[i].url_adr, back[i].url_fil, filename);
|
||||
"engine: warning: serialize error for %s%s: memory full",
|
||||
back[i].url_adr, back[i].url_fil);
|
||||
}
|
||||
}
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user