Changeset 290

Show
Ignore:
Timestamp:
02/13/07 15:58:54 (1 year ago)
Author:
bart
Message:

Always compile a ea_debug_error message in ea_restore.c

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/ChangeLog

    r289 r290  
    112007-02-13  Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
    2          
     2 
    33        * Added a function to dump an eaccelerator class entry in debug.c 
    44        * Changed include order in mm.c because of eaccelerator.h include in debug.h  
    55        * Fixed a nullpointer dereference in some special cases in ea_restore.c:509 
     6        * Always compile a ea_debug_error message in ea_restore.c 
    67 
    782007-01-29  Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
  • eaccelerator/trunk/ea_restore.c

    r289 r290  
    699699#endif 
    700700        { 
    701                 DBG(ea_debug_error, ("[%d] EACCELERATOR can't restore parent class \"%s\" of class \"%s\"\n",  
    702                 getpid(), (char *) parent, to->name)); 
     701                ea_debug_error("[%d] EACCELERATOR can't restore parent class \"%s\" of class \"%s\"\n", getpid(), (char *) parent, to->name); 
    703702                to->parent = NULL; 
    704703        } else {