Skip to content

Commit

Permalink
More precise log message
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 16, 2013
1 parent c3e3262 commit ec840b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/subethamail/smtp/server/ServerThread.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ public void run()
try
{
runAcceptLoop();
log.info("SMTP server {} stopped", server.getDisplayableLocalSocketAddress());
log.info("SMTP server {} stopped accepting connections",
server.getDisplayableLocalSocketAddress());
}
catch (RuntimeException e)
{
Expand Down

0 comments on commit ec840b9

Please sign in to comment.