On Thursday 2010-03-25 15:10, Bart De Schuymer wrote: >Hi Jan, > >You seem to be removing all information about which module is >responsible for the message. Are you planning on a scheme to define the >pr_fmt macro for each module or did I miss something? pr_fmt is appropriately defined at the top of the affected source files. #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt This is the format already used by some modules. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html