Navigation


Changes in / [1021:6f987640a4b2:1023:2a510c541472] in freeDiameter


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdproto/ostr.c

    r752 r1022  
    170170                }
    171171                /* otherwise, we just display the hex code */
    172                 TRACE_DEBUG(INFO, "Invalid character (0xhhX) at offset %d in DiameterIdentity '%.*s'", os[i], i+1, ossz, os);
     172                TRACE_DEBUG(INFO, "Invalid character (0x%hhX) at offset %d in DiameterIdentity '%.*s'", os[i], i+1, ossz, os);
    173173                return 0;
    174174disp:
Note: See TracChangeset for help on using the changeset viewer.