tool/cmd_debug.cpp
changeset 1137 a73c0f54be42
parent 1136 a0982873d655
equal deleted inserted replaced
1136:a0982873d655 1137:a73c0f54be42
    18     "Set the master debug level.\n"
    18     "Set the master debug level.\n"
    19     "\n"
    19     "\n"
    20     "Debug messages are printed to syslog.\n"
    20     "Debug messages are printed to syslog.\n"
    21     "\n"
    21     "\n"
    22     "Arguments:\n"
    22     "Arguments:\n"
    23     "  LEVEL must be an unsigned integer, specified\n"
    23     "  LEVEL can have one of the following values:\n"
    24     "        either in decimal (no prefix), octal (prefix '0')\n"
    24     "        0 for no debugging output,\n"
    25     "        or hexadecimal (prefix '0x').\n"
    25     "        1 for some debug messages, or\n"
    26     "        0 stands for no debugging output,\n"
    26     "        2 for printing all frame contents (use with caution!).\n"
    27     "        1 means some debug messages, and\n"
    27     "\n"
    28     "        2 outputs all frame data (use with caution!).\n";
    28     "Numerical values can be specified either with decimal (no prefix),\n"
       
    29     "octal (prefix '0') or hexadecimal (prefix '0x') base.\n";
    29 
    30 
    30 /****************************************************************************/
    31 /****************************************************************************/
    31 
    32 
    32 void command_debug(void)
    33 void command_debug(void)
    33 {
    34 {