On Tue, 24 Jun 2008, Len Brown wrote: > > > > Please do not use warn_on_slowpath() directly! > > Please use WARN_ON() or WARN(). The later has printk semantics so this > > could turn into > > > > WARN(1, "ACPI Error (%s-%0d): \n", module_name, line_number); > > > > > and kerneloops.org and various other tools will pick up the printk like > > arguments as part of the warning message. > > cool, will do. that is, will do when WARN() actually gets upstream:-) -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html