]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/findlib/create_file.c
ebl Commit accurate patch project.
[bacula/bacula] / bacula / src / findlib / create_file.c
index ea329d8d87b6ad1eda7f918c4efcdb585c5a31e3..09a645c5bf20235f11ab932f5a938dc8b253863c 100644 (file)
@@ -389,6 +389,9 @@ int create_file(JCR *jcr, ATTR *attr, BFILE *bfd, int replace)
          return CF_CREATED;
       }
 
+   case FT_DELETED:
+      Qmsg2(jcr, M_INFO, 0, _("Original file %s have been deleted: type=%d\n"), attr->fname, attr->type);
+      break;
    /* The following should not occur */
    case FT_NOACCESS:
    case FT_NOFOLLOW: