1999-05-24
1999-05-24 08:41:19 by Per Hedbor <ph@opera.com>
-
07014c4bb1fb9e51e109c976e37e63d49f125151
(9 lines)
(+5/-4)
[
Show
| Annotate
]
Branch: 5.2
Fixed some trace enter/leave oddities
Rev: server/base_server/configuration.pike:1.195
1:
- string cvs_version = "$Id: configuration.pike,v 1.194 1999/05/20 16:07:14 kinkie Exp $";
+ string cvs_version = "$Id: configuration.pike,v 1.195 1999/05/24 08:41:19 per Exp $";
#include <module.h>
#include <roxen.h>
2041: Inside #if defined(URL_MODULES) and #if defined(MODULE_DEBUG)
roxen_perror(sprintf("conf->find_dir_stat(\"%s\"): url_module returned mapping:%O\n",
file, tmp));
#endif /* MODULE_DEBUG */
- TRACE_LEAVE(LOCALE->returned_mapping());
- TRACE_LEAVE(LOCALE->empty_dir());
+ TRACE_LEAVE(LOCALE->returned_mapping()+sprintf("%O", tmp));
+ TRACE_LEAVE("");
return 0;
}
if(objectp( tmp ))
2093:
if (c->find_dir_stat) {
TRACE_ENTER(LOCALE->has_find_dir_stat(), 0);
if (d = c->find_dir_stat(f, id)) {
- TRACE_ENTER(LOCALE->returned_mapping(), 0);
+ TRACE_ENTER(LOCALE->returned_mapping()+sprintf("%O", d),c);
dir = d | dir;
TRACE_LEAVE("");
}