Changeset 1522 in MondoRescue for branches/2.2.4/mondo/src
- Timestamp:
- Jun 29, 2007, 12:37:50 PM (18 years ago)
- Location:
- branches/2.2.4/mondo/src/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.4/mondo/src/common/libmondo-devices.c
r1512 r1522 1883 1883 find_dvd_device(bkpinfo->media_device, FALSE); 1884 1884 strcpy(tmp, "1"); 1885 sprintf(sz_size, "%d", DEFAULT_DVD_DISK_SIZE); // 4.7 salesman's GB = 4.482 real GB = 4 582 MB1885 sprintf(sz_size, "%d", DEFAULT_DVD_DISK_SIZE); // 4.7 salesman's GB = 4.482 real GB = 4482 MB 1886 1886 log_msg(1, "Setting to DVD defaults"); 1887 1887 } else { -
branches/2.2.4/mondo/src/common/my-stuff.h
r1497 r1522 515 515 #define log_msg(level, format, args...) log_debug_msg(level, __FILE__, __FUNCTION__, __LINE__, format, ## args) 516 516 517 #define DEFAULT_DVD_DISK_SIZE 4 380 ///< The default size (in MB) of a DVD disk, unless the user says otherwise.517 #define DEFAULT_DVD_DISK_SIZE 4480 ///< The default size (in MB) of a DVD disk, unless the user says otherwise. 518 518 519 519 #define DEFAULT_DEBUG_LEVEL 4 ///< By default, don't log messages with a loglevel higher than this.
Note:
See TracChangeset
for help on using the changeset viewer.