Changeset de3d15b4 in mainline


Ignore:
Timestamp:
2013-09-10T23:14:46Z (11 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4c6ade6
Parents:
0511549
Message:

No need to print all drivers as they are found during boot anymore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/devman/driver.c

    r0511549 rde3d15b4  
    8585        fibril_mutex_unlock(&drivers_list->drivers_mutex);
    8686
    87         log_msg(LOG_DEFAULT, LVL_NOTE, "Driver `%s' was added to the list of available "
     87        log_msg(LOG_DEFAULT, LVL_DEBUG, "Driver `%s' was added to the list of available "
    8888            "drivers.", drv->name);
    8989}
Note: See TracChangeset for help on using the changeset viewer.