Navigation


Changeset 834:84a23e90519d in freeDiameter


Ignore:
Timestamp:
Sep 29, 2012, 1:37:03 AM (12 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

More verbose information on conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdproto/dictionary.c

    r828 r834  
    18281828                if (ret) {
    18291829                        TRACE_DEBUG(INFO, "An existing object with different non-key data was found: EEXIST");
     1830                        if (TRACE_BOOL(INFO)) {
     1831                                fd_log_debug("New object to insert:\n");
     1832                                dump_object(new, 0, 0, 3);
     1833                                fd_log_debug("Object already in dictionary:\n");                       
     1834                                dump_object(locref, 0, 0 , 3);
     1835                        }
    18301836                } else {
    18311837                        TRACE_DEBUG(FULL, "An existing object with the same data was found, ignoring the error...");
Note: See TracChangeset for help on using the changeset viewer.