From 712b32851038577ec9e9c2b0a8eb97adba9971ef Mon Sep 17 00:00:00 2001 From: ewt Date: Mon, 29 Jul 1996 19:29:47 +0000 Subject: [PATCH] changed warning text CVS patchset: 936 CVS date: 1996/07/29 19:29:47 --- lib/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/install.c b/lib/install.c index 7872fbf..881f0b5 100644 --- a/lib/install.c +++ b/lib/install.c @@ -362,7 +362,7 @@ int rpmInstallPackage(char * rootdir, rpmdb db, int fd, char * location, newpath = malloc(strlen(prefixedFileList[i]) + 20); strcpy(newpath, prefixedFileList[i]); strcat(newpath, ext); - error(RPMMESS_BACKUP, "%s saved as %s\n", + error(RPMMESS_BACKUP, "warning: %s saved as %s\n", prefixedFileList[i], newpath); if (rename(prefixedFileList[i], newpath)) { -- 2.7.4