Skip to content

Commit

Permalink
Log output
Browse files Browse the repository at this point in the history
  • Loading branch information
brett-smith committed Feb 29, 2024
1 parent c82edbd commit ee72fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/sshtools/uhttpd/UHTTPD.java
Original file line number Diff line number Diff line change
Expand Up @@ -5154,7 +5154,7 @@ private RootContextImpl(RootContextBuilder builder) throws UnknownHostException,
}

if (httpsPort.isPresent()) {
LOG.log(Level.INFO, "Start HTTPS server on port {0}", httpsPort.get());
LOG.log(Level.INFO, "Starting HTTPS server on port {0}", httpsPort.get());

SSLContext sc = null;
try {
Expand Down

0 comments on commit ee72fb1

Please sign in to comment.