Searched defs:ntfs_log_debug (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogging.h106 #define ntfs_log_debug(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_DEBUG,NULL,FORMAT,##ARGS) macro
111 #define ntfs_log_debug(FORMAT, ARGS...)do {} while (0) macro

Completed in 31 milliseconds