Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhub/main.c

    re080332 rf9a0cef  
    3232
    3333#include <usb/usbdrv.h>
    34 
    3534#include "usbhub.h"
    3635#include "usbhub_private.h"
     
    5958int main(int argc, char *argv[])
    6059{
    61         usb_dprintf_enable(NAME,1);
    6260        usb_lst_init(&usb_hub_list);
    6361        fid_t fid = fibril_create(usb_hub_control_loop, NULL);
    6462        if (fid == 0) {
    65                 dprintf(1, "failed to start fibril for HUB devices");
    66                 //printf("%s: failed to start fibril for HUB devices\n", NAME);
     63                printf("%s: failed to start fibril for HUB devices\n", NAME);
    6764                return ENOMEM;
    6865        }
Note: See TracChangeset for help on using the changeset viewer.