Changeset 8ad90fb for protocols


Ignore:
Timestamp:
2007-08-30T22:23:07Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
60c1a4e
Parents:
f2b171d
Message:

From vmiklos: More verbose error message on plugin load failures.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    rf2b171d r8ad90fb  
    4848
    4949        if(!mod) {
    50                 log_message(LOGLVL_ERROR, "Can't find `%s', not loading", path);
     50                log_message(LOGLVL_ERROR, "Can't find `%s', not loading (%s)\n", path, g_module_error());
    5151                return FALSE;
    5252        }
Note: See TracChangeset for help on using the changeset viewer.