- Add missing printout information when appending file.

Submitted by:	naddy
This commit is contained in:
Ulf Lilleengen 2008-12-10 18:13:30 +00:00
parent 4390381ebd
commit a25883eaea

View File

@ -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);