Changeset 8881
- Timestamp:
- 06/10/11 15:26:05 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/test-duplicate-patch/src/io/trove/trove-handle-mgmt/trove-handle-mgmt.c
r6351 r8881 127 127 if (ret != 0) 128 128 { 129 gossip_debug( 130 GOSSIP_TROVE_DEBUG, "could not remove " 131 "handle %llu\n", llu(handles[i])); 132 break; 129 gossip_err( 130 "WARNING: could not remove " 131 "handle %llu from ledger; continuing.\n", llu(handles[i])); 133 132 } 134 133 }
