Changeset 1625 in MondoRescue for branches/stable/mondo/src/include/my-stuff.h


Ignore:
Timestamp:
Sep 9, 2007, 1:00:49 AM (17 years ago)
Author:
Bruno Cornec
Message:

remove g_loglevel and replaced with mr_conf->log_level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/include/my-stuff.h

    r1594 r1625  
    294294#define log_it(format, args...) mr_msg(2, format, ## args)
    295295
    296 #define DEFAULT_DEBUG_LEVEL 4   ///< By default, don't log messages with a loglevel higher than this.
    297 #define DEFAULT_MR_LOGLEVEL 4
    298 
    299296#define SZ_NTFSPROG_VOLSIZE "1048576"   // was 4096
    300297#define NTFSPROG_PARAMS "-z0 -V" SZ_NTFSPROG_VOLSIZE " -o -b -d -g1"
Note: See TracChangeset for help on using the changeset viewer.