Changeset 1250 in MondoRescue
- Timestamp:
- Mar 20, 2007, 12:48:45 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.2/mondo/src/common/libmondo-raid.c
r831 r1250 1235 1235 } 1236 1236 break; 1237 default: // error 1238 log_msg(1, "Row %d should not occur in record!\n", row); 1237 default: // error or IN PROGRESS 1238 if (raidlist->el[raidlist->entries].progress != -1 && 1239 raidlist->el[raidlist->entries].progress != 999) { 1240 mr_msg(1, "Row %d should not occur in record!\n", row); 1241 } 1239 1242 break; 1240 1243 }
Note:
See TracChangeset
for help on using the changeset viewer.