Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/debug.h

    rf64e81a r77ad86c  
    8181
    8282/** Default log level. */
    83 #ifdef CONFIG_USB_RELEASE_BUILD
    84 #  define USB_LOG_LEVEL_DEFAULT USB_LOG_LEVEL_INFO
     83#ifdef CONFIG_USB_VERBOSE
     84        #define USB_LOG_LEVEL_DEFAULT USB_LOG_LEVEL_DEBUG
    8585#else
    86 #  define USB_LOG_LEVEL_DEFAULT USB_LOG_LEVEL_DEBUG
     86        #define USB_LOG_LEVEL_DEFAULT USB_LOG_LEVEL_INFO
    8787#endif
    8888
Note: See TracChangeset for help on using the changeset viewer.