Changeset 633
- Timestamp:
- 19/07/08 23:20:39 (5 months ago)
- Files:
-
- 1 modified
-
trunk/sm/storage.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sm/storage.c
r545 r633 104 104 /* see if we already have one */ 105 105 if(xhash_get(st->types, type) != NULL) { 106 log_debug(ZONE, "we already have a handler for type '%s', ignoring this one" );106 log_debug(ZONE, "we already have a handler for type '%s', ignoring this one", type); 107 107 return st_FAILED; 108 108 }
