Ignore:
Timestamp:
May 17, 2010, 5:58:19 AM (14 years ago)
Author:
Bruno Cornec
Message:
  • Revert most of the 2 previous modif due to application on a different variable than thought
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/common/libmondo-devices.c

    r2634 r2636  
    19761976                strcat(bkpinfo->exclude_paths, mounted_on_dsf);
    19771977                strcat(bkpinfo->exclude_paths, " ");
    1978                 strcat(bkpinfo->exclude_devs, token);
    1979                 strcat(bkpinfo->exclude_paths, " ");
     1978                mr_strcat(bkpinfo->exclude_devs, " %s ",token);
    19801979            }
    19811980        } else {
    19821981            log_to_screen("Archiving only the following file systems on %s:", token);
    1983             log_to_screen("==> %s\n", mounted_on_dsf);
     1982            log_to_screen("==> %s", mounted_on_dsf);
    19841983            strcpy(bkpinfo->include_paths, "/");
    19851984            if (strlen(not_mounted_on_dsf)) {
Note: See TracChangeset for help on using the changeset viewer.