Changeset b6933f3 in mainline


Ignore:
Timestamp:
2012-09-07T07:21:25Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
131d9a4
Parents:
53d6b4aa
Message:

Remove useless config option (USB verbose logging)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r53d6b4aa rb6933f3  
    579579# USB settings
    580580
    581 % USB verbose messages
    582 ! CONFIG_USB_VERBOSE (n/y)
    583 
    584581% Start virtual USB host controller
    585582! CONFIG_RUN_VIRTUAL_USB_HC (n/y)
  • uspace/lib/usb/include/usb/debug.h

    r53d6b4aa rb6933f3  
    5151#define USB_LOG_LEVEL_DEBUG2 LVL_DEBUG2
    5252
    53 /** Default log level. */
    54 #ifdef CONFIG_USB_VERBOSE
    55         #define USB_LOG_LEVEL_DEFAULT USB_LOG_LEVEL_DEBUG
    56 #else
    57         #define USB_LOG_LEVEL_DEFAULT USB_LOG_LEVEL_INFO
    58 #endif
    59 
    6053#define usb_log_printf(level, format, ...) \
    6154        log_msg(LOG_DEFAULT, level, format, ##__VA_ARGS__)
Note: See TracChangeset for help on using the changeset viewer.