Changeset 478 for trunk/zoo-project/zoo-kernel/zoo_service_loader.c
- Timestamp:
- May 27, 2014, 4:05:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/zoo_service_loader.c
r473 r478 297 297 298 298 void donothing(int sig){ 299 #ifdef DEBUG 299 300 fprintf(stderr,"Signal %d after the ZOO-Kernel returned result !\n",sig); 301 #endif 300 302 exit(0); 301 303 } … … 376 378 DWORD errstr; 377 379 errstr = GetLastError(); 378 fprintf(stderr,"%s loaded (%d) \n",tmps1,errstr);379 380 #else 380 381 char *errstr; 381 382 errstr = dlerror(); 383 #endif 384 #ifdef DEBUG 385 fprintf(stderr,"%s loaded (%d) \n",tmps1,errstr); 382 386 #endif 383 387 if( so != NULL ) { … … 461 465 errorException(m, tmpMsg, "InternalError",NULL); 462 466 free(tmpMsg); 467 #ifdef DEBUG 463 468 fprintf(stderr,"Function %s error %s\n",r_inputs->value,errstr); 469 #endif 464 470 return; 465 471 }
Note: See TracChangeset
for help on using the changeset viewer.