version 1.90 | | version 1.91 |
---|
| | |
/* | | /* |
* static char *rcsid_main_c = | | * static char *rcsid_main_c = |
* "$Id: main.c,v 1.90 2005/06/22 18:22:15 ryo_saeba Exp $"; | | * "$Id: main.c,v 1.91 2005/07/16 21:10:39 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* removed objects generally shouldn't exist. | | * removed objects generally shouldn't exist. |
*/ | | */ |
if (QUERY_FLAG(op, FLAG_REMOVED)) { | | if (QUERY_FLAG(op, FLAG_REMOVED)) { |
LOG(llevDebug,"process_events: calling process_object with rmeoved object %s\n", | | LOG(llevDebug,"process_events: calling process_object with removed object %s\n", |
op->name?op->name:"null"); | | op->name?op->name:"null"); |
} | | } |
#endif | | #endif |