Made sure the logging plugin logs on a format that looks almost the same as we used to have in the past.

This commit is contained in:
Jan Vidar Krey
2010-08-04 17:03:37 +02:00
parent 0c6a58d35a
commit c2b7ecd49c
4 changed files with 84 additions and 17 deletions

View File

@@ -46,6 +46,7 @@ struct plugin_user
unsigned int sid;
const char* nick;
const char* cid;
const char* user_agent;
struct ip_addr_encap addr;
enum auth_credentials credentials;
};