Changeset 4fe91a1 for protocols/nogaim.c
- Timestamp:
- 2016-05-06T16:28:10Z (9 years ago)
- Branches:
- master
- Children:
- 2e78f75, 9d6c0f2
- Parents:
- 72d48b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.c
r72d48b6 r4fe91a1 47 47 48 48 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()); 50 50 return FALSE; 51 51 }
Note: See TracChangeset
for help on using the changeset viewer.