comparison extensions/app_diameap/diameap_plugins.c @ 974:2091bf698fb1

Remove newlines from fd_log_debug, TRACE_DEBUG, TRACE_ERROR, and TRACE_DEBUG_ERROR (as far as sed could find them) with manual fixing afterwards.
author Thomas Klausner <tk@giga.or.at>
date Thu, 14 Mar 2013 18:14:35 +0100
parents a137913d9f88
children 0117a7746b21
comparison
equal deleted inserted replaced
973:60949d03d17a 974:2091bf698fb1
73 struct fd_list * pl; 73 struct fd_list * pl;
74 74
75 for (pl = plugins_list.next; pl != &plugins_list; pl = pl->next) 75 for (pl = plugins_list.next; pl != &plugins_list; pl = pl->next)
76 { 76 {
77 struct plugin * plugin = (struct plugin *) pl; 77 struct plugin * plugin = (struct plugin *) pl;
78 fd_log_debug("\t\t - %s plugin \t [Type: %i, Vendor: %i] %sloaded\n", plugin->methodname, 78 fd_log_debug("\t\t - %s plugin \t [Type: %i, Vendor: %i] %sloaded", plugin->methodname,
79 plugin->methodtype,plugin->vendor, plugin->handler ? "" : "not "); 79 plugin->methodtype,plugin->vendor, plugin->handler ? "" : "not ");
80 } 80 }
81 } 81 }
82 82
83 int diameap_plugin_get(u32 vendor, eap_type type, struct plugin ** getplugin) 83 int diameap_plugin_get(u32 vendor, eap_type type, struct plugin ** getplugin)
"Welcome to our mercurial repository"