changed warning text
authorewt <devnull@localhost>
Mon, 29 Jul 1996 19:29:47 +0000 (19:29 +0000)
committerewt <devnull@localhost>
Mon, 29 Jul 1996 19:29:47 +0000 (19:29 +0000)
CVS patchset: 936
CVS date: 1996/07/29 19:29:47

lib/install.c

index 7872fbf..881f0b5 100644 (file)
@@ -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)) {