Ignore:
Timestamp:
Mar 22, 2010, 1:56:46 PM (14 years ago)
Author:
Bruno Cornec
Message:

r3763@localhost: bruno | 2010-03-18 12:03:49 +0100

  • Fix CMDLINE variable initialization to do it after /proc is mounted
  • Fix backup-media-type handling in mondorestore (wrong test)
File:
1 edited

Legend:

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

    r2546 r2607  
    6666            log_msg(9, "Loop result: ***%s***", tmp);
    6767            */
    68             /*  There is empty contant at the end of the file that needs to be skiped */
     68            /*  There is empty content at the end of the file that needs to be skiped */
    6969            if (strlen(tmp) > 0) {
    7070                mr_free(result);
     
    7373            mr_free(tmp);
    7474        }
    75         log_msg(4, "Result: %s", result);
     75        log_msg(9, "Pre-Result: %s", result);
    7676        mr_strip_spaces(result);
    7777        paranoid_pclose(fin);
     
    8080    }
    8181    mr_free(tmpf);
     82    log_msg(4, "Result: %s", result);
    8283    return(result);
    8384}
    84 
    85 
    86 
    87 
    88 
    8985
    9086#define MONDO_POPMSG  "Your PC will not retract the CD tray automatically. Please call mondoarchive with the -m (manual CD tray) flag."
Note: See TracChangeset for help on using the changeset viewer.