Changeset 1249 in MondoRescue
- Timestamp:
- Mar 20, 2007, 12:47:06 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/common/libmondo-raid.c
r1180 r1249 1152 1152 } 1153 1153 break; 1154 default: // error 1155 mr_msg(1, "Row %d should not occur in record!\n", row); 1154 default: // error or IN PROGRESS 1155 if (raidlist->el[raidlist->entries].progress != -1 && 1156 raidlist->el[raidlist->entries].progress != 999) { 1157 mr_msg(1, "Row %d should not occur in record!\n", row); 1158 } 1156 1159 break; 1157 1160 }
Note:
See TracChangeset
for help on using the changeset viewer.