Changeset 5d4763b in mainline for uspace/lib/c/rtld/module.c


Ignore:
Timestamp:
2011-05-01T10:32:43Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
54146a0
Parents:
928cd9e
Message:

Supress debugging output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/rtld/module.c

    r928cd9e r5d4763b  
    155155
    156156        DPRINTF("filename:'%s'\n", name_buf);
    157         printf("load '%s' at 0x%x\n", name_buf, m->bias);
     157        DPRINTF("load '%s' at 0x%x\n", name_buf, m->bias);
    158158
    159159        rc = elf_load_file(name_buf, m->bias, ELDF_RW, &info);
Note: See TracChangeset for help on using the changeset viewer.