Changeset 3522

Show
Ignore:
Timestamp:
08/11/08 11:51:22 (4 months ago)
Author:
dgollub
Message:

trace all erros within osync_error_set*()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/opensync/opensync_error.c

    r3174 r3522  
    8080        (*error)->type = type; 
    8181        (*error)->ref_count = 1; 
     82 
     83        osync_trace(TRACE_ERROR, "%s", (*error)->message); 
    8284         
    8385        return;