Changeset 2f619d5 in mainline


Ignore:
Timestamp:
2012-03-05T10:40:34Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
60b8b99
Parents:
e8d054a
Message:

debug message deleted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified uspace/lib/ext4/libext4_directory_index.c

    re8d054a r2f619d5  
    808808
    809809        while (dx_it <= dx_block) {
    810                 EXT4FS_DBG("dirty = \%s, refcount = \%u", dx_it->block->dirty ? "true" : "false", dx_it->block->refcnt);
    811810                rc = block_put(dx_it->block);
    812811                if (rc != EOK) {
Note: See TracChangeset for help on using the changeset viewer.