- Timestamp:
- 2005-12-13T23:05:27Z (19 years ago)
- Branches:
- master
- Children:
- d3307e2
- Parents:
- a301379c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
unix.c
ra301379c rb73ac9c 72 72 return( i ); 73 73 74 global.storage = storage_init( global.conf->storage ); 74 global.storage = storage_init( global.conf->primary_storage, 75 global.conf->migrate_storage ); 75 76 if ( global.storage == NULL) { 76 log_message( LOGLVL_ERROR, " No such storage backend '%s'", global.conf->storage );77 log_message( LOGLVL_ERROR, "Unable to load storage backend '%s'", global.conf->primary_storage ); 77 78 return( 1 ); 78 79 }
Note: See TracChangeset
for help on using the changeset viewer.