Changeset 363 for branches/samba-3.0/source/lib/os2ea.c
- Timestamp:
- Jan 7, 2010, 4:12:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/lib/os2ea.c
r352 r363 382 382 if (pfea->oNextEntryOffset > 0x10000) 383 383 { 384 DEBUG(0, ("Broken Extended Attributes detected for: %s:%d\n", path ? path : "null", file)); 384 // DEBUG(0, ("Broken Extended Attributes detected for: %s:%d\n", path ? path : "null", file)); 385 DEBUG(0, ("Broken Extended Attributes detected for: %s:%d, Last EA:%s\n", path ? path : "null", file, pfea->szName)); 385 386 break; 386 387 }
Note:
See TracChangeset
for help on using the changeset viewer.