Changeset fbf7b4c in mainline for generic/src/sysinfo/sysinfo.c


Ignore:
Timestamp:
2006-06-18T10:52:41Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e600ec4
Parents:
281994b
Message:

make kernel prints case consistent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/sysinfo/sysinfo.c

    r281994b rfbf7b4c  
    245245                }
    246246               
    247                 printf("%s    %s val:%d(%X) sub:%s\n", root->name, vtype, val, val, (root->subinfo_type == SYSINFO_SUBINFO_NONE) ? "NON" : ((root->subinfo_type == SYSINFO_SUBINFO_TABLE) ? "TAB" : "FUN"));
     247                printf("%s    %s val:%d(%x) sub:%s\n", root->name, vtype, val, val, (root->subinfo_type == SYSINFO_SUBINFO_NONE) ? "NON" : ((root->subinfo_type == SYSINFO_SUBINFO_TABLE) ? "TAB" : "FUN"));
    248248               
    249249                if (root->subinfo_type == SYSINFO_SUBINFO_TABLE)
Note: See TracChangeset for help on using the changeset viewer.