diff options
| author | Ulf Lilleengen <lulf@FreeBSD.org> | 2008-12-10 18:13:30 +0000 |
|---|---|---|
| committer | Ulf Lilleengen <lulf@FreeBSD.org> | 2008-12-10 18:13:30 +0000 |
| commit | a25883eaeafae2c3b2b06a079595887faf7789c0 (patch) | |
| tree | 79e70bbff7424816357bd7f203a4984ebe293036 | |
| parent | 4390381ebd6fdf3a2a78b3a82ca855603d56d0bc (diff) | |
Notes
| -rw-r--r-- | contrib/csup/updater.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/csup/updater.c b/contrib/csup/updater.c index ddf9261fc78a..ff66c66ca071 100644 --- a/contrib/csup/updater.c +++ b/contrib/csup/updater.c @@ -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); |
