Skip to content

Commit

Permalink
Added wiki link when UDP logging is enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
doudar committed Jan 27, 2022
1 parent 5603dce commit 26959cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/status.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ <h2>
if (debugElement.innerHTML == "Loading" && !udpLogEnabled) {
document.getElementById("debug").innerHTML = obj.debug;
} else if (!udpLogEnabled) {
document.getElementById("debug").innerHTML = "UDP logging is enabled in settings.\n\nView logs using Logbert or a similar\nUDP logging utility, and define\na custom UDP logger on port 10000\nwithout a filter.";
document.getElementById("debug").innerHTML = "UDP logging is enabled in settings.<p>Please see the <a href='https://github.com/doudar/SmartSpin2k/wiki/Viewing-logs-via-UDP' style='color:white;'>SS2K Wiki</a><p>for more information.";
}
else {
document.getElementById("debug").innerHTML += obj.debug;
Expand Down

0 comments on commit 26959cd

Please sign in to comment.