Changeset 6c89f20 in mainline for uspace/srv/vfs/vfs.h


Ignore:
Timestamp:
2008-06-03T15:07:16Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
21c5d41
Parents:
d51db07
Message:

disable extensive debugging output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs.h

    rd51db07 r6c89f20  
    4141#include <bool.h>
    4242
    43 #define dprintf(...)    printf(__VA_ARGS__)
     43// FIXME: according to CONFIG_DEBUG
     44// #define dprintf(...) printf(__VA_ARGS__)
     45
     46#define dprintf(...)
    4447
    4548#define VFS_FIRST       IPC_FIRST_USER_METHOD
Note: See TracChangeset for help on using the changeset viewer.