Changeset 2486

Show
Ignore:
Timestamp:
08/24/07 15:09:49 (1 year ago)
Author:
dgollub
Message:

Added missing arguments of arguemnt list for the error message.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/file-sync/src/file_sync.c

    r2357 r2486  
    704704 
    705705                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); 
    707708                        goto error_free_env; 
    708709                }