Roxen.git/
server/
modules/
filesystems/
filesystem.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2004-05-10
2004-05-10 08:22:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>
0e1476125bee615253cf275d8cf8b3ebf0739339 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Improved tracing somewhat.
Rev: server/modules/filesystems/filesystem.pike:1.131
7:
inherit "module"; inherit "socket";
-
constant cvs_version= "$Id: filesystem.pike,v 1.
130
2004/05/
09
17
:
59
:
37
grubba Exp $";
+
constant cvs_version= "$Id: filesystem.pike,v 1.
131
2004/05/
10
08
:
22
:
19
grubba Exp $";
constant thread_safe=1; #include <module.h>
1430:
default: id->misc->error_code = 501;
-
TRACE_LEAVE("Not supported");
+
SIMPLE_
TRACE_LEAVE("
%s:
Not supported"
, id->method
);
return 0; } TRACE_LEAVE("Not reached");