Skip to content

Commit

Permalink
add a simple log line to show the C2 is running
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel committed Oct 5, 2024
1 parent 0ae5a85 commit 9758c7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/service/Ld56MasterServer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class Ld56MasterServer {
private val readBuffer = ByteBuffer.allocateDirect(8196)
private val writeBuffer = ByteBuffer.allocateDirect(8196)
private val hostMap = ConcurrentHashMap[String, HostingHost]()
logger.info("LD56 C2 Server listening!")

private val ioThread = Thread.ofVirtual().start(() => {
while (!Thread.interrupted()) {
Expand Down

0 comments on commit 9758c7f

Please sign in to comment.