Changeset 8ad90fb
- Timestamp:
- 2007-08-30T22:23:07Z (17 years ago)
- Branches:
- master
- Children:
- 60c1a4e
- Parents:
- f2b171d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.c
rf2b171d r8ad90fb 48 48 49 49 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()); 51 51 return FALSE; 52 52 }
Note: See TracChangeset
for help on using the changeset viewer.