Merge branch 'develop' into MAX-111

This commit is contained in:
Mark Riddoch
2014-06-26 16:52:57 +01:00
17 changed files with 1273 additions and 484 deletions

View File

@ -116,7 +116,8 @@ MODULE_INFO *mod_info = NULL;
LOGIF(LE, (skygw_log_write_flush(
LOGFILE_ERROR,
"Error : Unable to load library for module: "
"%s\n\t\t\t %s.",
"%s\n\n\t\t %s."
"\n\n",
module,
dlerror())));
return NULL;