This commit is contained in:
0xdcarns
2021-10-27 08:52:51 -04:00
parent b1595d5ef4
commit 67a65605a4
3 changed files with 4 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ func HandleContainedClient() error {
if err != nil {
logic.Log("error occurred during server checkin: "+err.Error(), 1)
} else {
logic.Log("completed a checking peers of network "+serverNet.NetID, 3)
logic.Log("completed peers check of network "+serverNet.NetID, 3)
}
}
// logic.Log("completed a checkin call", 3)