2000-09-05
2000-09-05 20:47:31 by Martin Stjernholm <mast@lysator.liu.se>
-
c7fb9458709ae1d84614445e706dcb8b8181cd6c
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 5.2
Removed a silly test.
Rev: server/etc/modules/Roxen.pmod:1.36
1:
/*
- * $Id: Roxen.pmod,v 1.35 2000/09/02 22:46:56 per Exp $
+ * $Id: Roxen.pmod,v 1.36 2000/09/05 20:47:31 mast Exp $
*
* Various helper functions.
*
1213: Inside #if defined(REQUEST_TRACE)
finish (name)->read());
else if (Configuration conf = get_owning_config (thing))
name = "conf: " + conf->query_name();
- else if (thing)
+ else
name = sprintf ("obj: %O", thing);
}
else name = "";