Roxen.git/
server/
config_interface/
actions/
debug_summary.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2003-01-27
2003-01-27 15:36:58 by Martin Stjernholm <mast@lysator.liu.se>
a678da107ce07d5465c347ff10950e3353385555 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
3.3
Report the pike version too.
Rev: server/config_interface/actions/debug_summary.pike:1.7
1:
/*
-
* $Id: debug_summary.pike,v 1.
6
2002
/
07/
01 15:
29
:
19
anders
Exp $
+
* $Id: debug_summary.pike,v 1.
7
2003
/
01
/
27
15:
36
:
58
mast
Exp $
*/ #include <stat.h> #include <roxen.h>
68:
string make_environment_summary() { string res = make_headline("Environment");
-
res+=sprintf(" %-30s %s\n", "
Version
:", roxen_version());
+
res+=sprintf(" %-30s %s\n", "
Roxen version
:", roxen_version());
+
res+=sprintf(" %-30s %s\n", "Pike version:", version());
res+=sprintf(" %-30s %s", "Time:", ctime(time())); res+=sprintf(" %-30s %s\n", "Host:", gethostname()); #ifdef __NT__