Changeset 1261 in MondoRescue
- Timestamp:
- Mar 22, 2007, 12:29:27 AM (18 years ago)
- Location:
- branches/2.2.2
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.2/mondo/src/common/libmondo-archive.c
r1236 r1261 3479 3479 fout = fopen(tmp, "w"); 3480 3480 if (fout == NULL) { 3481 mr_msg(1, "Unable to open and write to %s\n", tmp);3481 log_msg(1, "Unable to open and write to %s\n", tmp); 3482 3482 paranoid_free(tmp); 3483 3483 paranoid_free(suffix); -
branches/2.2.2/mondo/src/common/libmondo-raid.c
r1253 r1261 1238 1238 if (raidlist->el[raidlist->entries].progress != -1 && 1239 1239 raidlist->el[raidlist->entries].progress != 999) { 1240 mr_msg(1, "Row %d should not occur in record!\n", row);1240 log_msg(1, "Row %d should not occur in record!\n", row); 1241 1241 } 1242 1242 break; -
branches/2.2.2/mondo/src/common/libmondo-verify.c
r1236 r1261 415 415 slice_num = 0; 416 416 } else { 417 mr_msg(2, "ISO=%d bigfile=%ld slice=%ld",417 log_msg(2, "ISO=%d bigfile=%ld slice=%ld", 418 418 g_current_media_number, bigfile_num, slice_num); 419 419 if (!does_file_exist(slice_fname(bigfile_num, slice_num, mountpoint, ""))) { -
branches/2.2.2/tools/DISTROS
r1236 r1261 3 3 mandriva_2006.0 4 4 mandriva_2007.0 5 mandriva_2007.1 5 6 redhat_7.3 6 7 redhat_9
Note:
See TracChangeset
for help on using the changeset viewer.