Ignore:
Timestamp:
09/05/06 17:00:29 (7 years ago)
Author:
perry
Message:

Make it more obvious that this number is in hex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/format_linux.c

    r970 r971  
    310310                        return TRACE_TYPE_NONE; 
    311311                default: /* shrug, beyond me! */ 
    312                         printf("unknown Linux ARPHRD type %x\n",linktype); 
     312                        printf("unknown Linux ARPHRD type 0x%04x\n",linktype); 
    313313                        return (libtrace_linktype_t)~0U; 
    314314        } 
Note: See TracChangeset for help on using the changeset viewer.