Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit cee69ab

Browse files
committed
Print log when the server is starting up
1 parent b11e47c commit cee69ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

u2f-ref-code/java/src/com/google/u2f/tools/httpserver/U2fHttpServer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ public String generateSessionId(String accountName) {
112112

113113
try {
114114
connection.connect(new InetSocketAddress("0.0.0.0", 8080));
115+
System.out.println("Starting up the server at localhost:8080");
115116

116117
synchronized (lock) {
117118
lock.wait();

0 commit comments

Comments
 (0)