Changeset 15cbb6b
- Timestamp:
- Dec 13, 2011 3:24:20 PM (9 years ago)
- Branches:
- master
- Children:
- 900defcd
- Parents:
- a0c6287
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/routerconsole/jsp/logs.jsp
ra0c6287 r15cbb6b 28 28 <b>Processor:</b> <%=net.i2p.util.NativeBigInteger.cpuModel()%> (<%=net.i2p.util.NativeBigInteger.cpuType()%>)<br> 29 29 <b>Jbigi:</b> <%=net.i2p.util.NativeBigInteger.loadStatus()%><br> 30 <b>Encoding:</b> <%=System.getProperty("file.encoding")%></p> 30 <b>Encoding:</b> <%=System.getProperty("file.encoding")%><br> 31 <b>Charset:</b> <%=java.nio.charset.Charset.defaultCharset().name()%></p> 31 32 <p><%=intl._("Note that system information, log timestamps, and log messages may provide clues to your location; please review everything you include in a bug report.")%></p> 32 33 <h3><%=intl._("Critical Logs")%></h3><a name="criticallogs"> </a>
Note: See TracChangeset
for help on using the changeset viewer.