Changeset 808 in MondoRescue for trunk/mondo/mondo/mondoarchive/main.c


Ignore:
Timestamp:
Sep 22, 2006, 11:12:37 PM (18 years ago)
Author:
Bruno Cornec
Message:

merge -r793:807 $SVN_M/branches/stable
src => common for the moment it's easier to manage merges

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/mondoarchive/main.c

    r794 r808  
    167167    /* Initialize Configuration Structure */
    168168    mr_archive_init_conf(bkpinfo->mr_conf);
    169 
     169    log_msg(0, "Start date : %s", get_time());
    170170
    171171    /* make sure PATH environmental variable allows access to mkfs, fdisk, etc. */
     
    182182    unlink(MONDO_LOGFILE);
    183183
    184 /* Configure the bkpinfo structure, global file paths, etc. */
     184    /* Configure the bkpinfo structure, global file paths, etc. */
    185185    g_main_pid = getpid();
    186186    log_msg(9, "This");
     
    417417
    418418    run_program_and_log_output("date", 1);
     419    log_msg(0, "End date : %s", get_time());
    419420
    420421    if (!g_text_mode) {
Note: See TracChangeset for help on using the changeset viewer.