From a25883eaeafae2c3b2b06a079595887faf7789c0 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Wed, 10 Dec 2008 18:13:30 +0000 Subject: [PATCH] - Add missing printout information when appending file. Submitted by: naddy --- contrib/csup/updater.c | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/csup/updater.c b/contrib/csup/updater.c index ddf9261fc78..ff66c66ca07 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);