From 1b2225ea076e32412cdde273ea59510e571d84c2 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 20 Sep 2014 13:38:38 +0100 Subject: Move log init so it starts earlier --- amiga/plugin_hack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/plugin_hack.c') diff --git a/amiga/plugin_hack.c b/amiga/plugin_hack.c index 9bfd7a3d3..389cc118e 100644 --- a/amiga/plugin_hack.c +++ b/amiga/plugin_hack.c @@ -77,7 +77,7 @@ nserror amiga_plugin_hack_init(void) if(node) { - LOG(("plugin_hack registered %s\n",lwc_string_data(type))); + LOG(("plugin_hack registered %s",lwc_string_data(type))); error = content_factory_register_handler( lwc_string_data(type), -- cgit v1.2.3