Changeset 3391

Show
Ignore:
Timestamp:
07/07/08 09:41:14 (3 months ago)
Author:
dgollub
Message:

osynctool: Make error messages visable as an error message.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tools/osyncplugin.c

    r3372 r3391  
    10751075                osync_plugin_env_free(plugin_env); 
    10761076error:   
    1077         fprintf(stderr, "%s\n", osync_error_print(&error)); 
     1077        fprintf(stderr, "Error: %s\n", osync_error_print(&error)); 
    10781078        osync_error_unref(&error); 
    10791079        return FALSE;