Changeset 4fe91a1 for protocols


Ignore:
Timestamp:
2016-05-06T16:28:10Z (8 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
2e78f75, 9d6c0f2
Parents:
72d48b6
Message:

load_plugin: Improve g_module_open error message

The previous one seemed to imply a "file not found" error, which is
misleading.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    r72d48b6 r4fe91a1  
    4747
    4848        if (!mod) {
    49                 log_message(LOGLVL_ERROR, "Can't find `%s', not loading (%s)\n", path, g_module_error());
     49                log_message(LOGLVL_ERROR, "Error loading plugin `%s': %s\n", path, g_module_error());
    5050                return FALSE;
    5151        }
Note: See TracChangeset for help on using the changeset viewer.