Changeset 2511 in MondoRescue


Ignore:
Timestamp:
Jan 4, 2010, 7:27:18 PM (14 years ago)
Author:
Bruno Cornec
Message:

Remove useless code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/src/common/libmondo-filelist.c

    r2508 r2511  
    14471447                        if (time_of_last_full_backup == 0 || time_of_last_full_backup < statbuf.st_ctime) {
    14481448                            log_msg(10, "Found child file ***%s**** parsed", new);
    1449                             log_msg(10, "Found child file ***%s**** parsed", new);
    14501449                            fprintf(fout, "%s\n", new);
    14511450                            if ((counter++) > 128) {
Note: See TracChangeset for help on using the changeset viewer.