]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Make print_ls_output identify delete files more clearly
authorKern Sibbald <kern@sibbald.com>
Fri, 10 Aug 2018 16:36:53 +0000 (18:36 +0200)
committerKern Sibbald <kern@sibbald.com>
Fri, 10 Aug 2018 16:36:53 +0000 (18:36 +0200)
bacula/src/lib/attr.c

index 4d5eddc424966ba0973eda103215b4c22e960b5b..f6868b4dd6482bc0dc94080559c10e4da7c54ccd 100644 (file)
@@ -262,7 +262,7 @@ void print_ls_output(JCR *jcr, ATTR *attr, int message_type /* M_RESTORED */)
 
    if (attr->type == FT_DELETED) { /* TODO: change this to get last seen values */
       bsnprintf(buf, sizeof(buf),
-                "----------   - -        -                  - ---------- --------  %s\n", attr->ofname);
+                "-*DELETED*-  - -        -                  - ---------- --------  %s\n", attr->ofname);
       Dmsg1(dbglvl, "%s", buf);
       Jmsg(jcr, message_type, 1, "%s", buf);
       return;