Changeset 2486
- Timestamp:
- 08/24/07 15:09:49 (1 year ago)
- Files:
-
- plugins/file-sync/src/file_sync.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/file-sync/src/file_sync.c
r2357 r2486 704 704 705 705 if (!osync_format_env_find_objformat(formatenv, dir->objformat)) { 706 osync_error_set(error, OSYNC_ERROR_GENERIC, "Configured storage format \"%s\" for object type \"%s\" is unknown. Is the format plugin missing?"); 706 osync_error_set(error, OSYNC_ERROR_GENERIC, "Configured storage format \"%s\" for object type \"%s\" is unknown. Is the format plugin missing?", 707 dir->objformat, dir->objtype); 707 708 goto error_free_env; 708 709 }
