Changeset 224c0e7 in mainline for uspace/srv/devman/main.c


Ignore:
Timestamp:
2011-09-02T16:42:27Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a1b7e80, fb4c877
Parents:
e2b9b341
Message:

Supress debugging messages.

File:
1 edited

Legend:

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

    re2b9b341 r224c0e7  
    311311       
    312312        if (fun->ftype == fun_inner) {
    313                 printf("devman_drv_fun_offline(): %p is inner fun, removing "
    314                     "child dev.\n", fun);
     313                log_msg(LVL_DEBUG, "Offlining inner function %s.",
     314                    fun->pathname);
     315               
    315316                if (fun->child != NULL) {
    316317                        dev_node_t *dev = fun->child;
Note: See TracChangeset for help on using the changeset viewer.