[Olsr-cvs] olsrd-current/src plugin_loader.c,1.27,1.28
Bernd Petrovitsch
(spam-protected)
Thu Jul 26 22:58:21 CEST 2007
- Previous message: [Olsr-cvs] olsrd-current/lib/quagga Makefile,1.6,1.7
- Next message: [Olsr-cvs] olsrd-current/src/olsr_switch main.c, 1.24, 1.25 ohs_cmd.c, 1.22, 1.23 ohs_cmd.h, 1.5, 1.6 olsr_host_switch.h, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/olsrd/olsrd-current/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11806/src
Modified Files:
plugin_loader.c
Log Message:
* always show failed loading of a plugin
Index: plugin_loader.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/plugin_loader.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** plugin_loader.c 15 Jul 2007 19:29:37 -0000 1.27
--- plugin_loader.c 26 Jul 2007 20:58:19 -0000 1.28
***************
*** 95,99 ****
if(plugin->dlhandle == NULL) {
const int save_errno = errno;
! OLSR_PRINTF(1, "DL loading failed: \"%s\"!\n", dlerror());
free(plugin);
errno = save_errno;
--- 95,99 ----
if(plugin->dlhandle == NULL) {
const int save_errno = errno;
! OLSR_PRINTF(0, "DL loading failed: \"%s\"!\n", dlerror());
free(plugin);
errno = save_errno;
- Previous message: [Olsr-cvs] olsrd-current/lib/quagga Makefile,1.6,1.7
- Next message: [Olsr-cvs] olsrd-current/src/olsr_switch main.c, 1.24, 1.25 ohs_cmd.c, 1.22, 1.23 ohs_cmd.h, 1.5, 1.6 olsr_host_switch.h, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Olsr-cvs
mailing list