Ignore:
Timestamp:
Jan 21, 2008, 7:10:56 PM (16 years ago)
Author:
Bruno Cornec
Message:

Adds the possibility to increase debug level at restore time with a -K option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/mondorestore/mondo-restore.c

    r1870 r1872  
    31153115    }
    31163116
     3117    if (argc == 3 && strcmp(argv[1], "-K") == 0) {
     3118        g_loglevel = atoi(argv[2]);
     3119        log_msg(1,"Loglevel forced to %s",g_loglevel);
     3120    }
    31173121
    31183122    if (argc == 2 && strcmp(argv[1], "--live-grub") == 0) {
Note: See TracChangeset for help on using the changeset viewer.