We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11e47c commit cee69abCopy full SHA for cee69ab
1 file changed
u2f-ref-code/java/src/com/google/u2f/tools/httpserver/U2fHttpServer.java
@@ -112,6 +112,7 @@ public String generateSessionId(String accountName) {
112
113
try {
114
connection.connect(new InetSocketAddress("0.0.0.0", 8080));
115
+ System.out.println("Starting up the server at localhost:8080");
116
117
synchronized (lock) {
118
lock.wait();
0 commit comments