mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
- Add missing printout information when appending file.
Submitted by: naddy
This commit is contained in:
parent
4390381ebd
commit
a25883eaea
1 changed files with 1 additions and 0 deletions
|
|
@ -813,6 +813,7 @@ updater_docoll(struct updater *up, struct file_update *fup, int isfixups)
|
|||
if (sr->sr_serverattr == NULL)
|
||||
return (UPDATER_ERR_PROTO);
|
||||
position = strtol(pos, NULL, 10);
|
||||
lprintf(1, " Append to %s\n", name);
|
||||
error = updater_append_file(up, fup, position);
|
||||
if (error)
|
||||
return (error);
|
||||
|
|
|
|||
Loading…
Reference in a new issue